[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 72311] arts' configure misdetects ioctl() prototype on Solaris
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-01-10 19:48:02
Message-ID: 20040110194802.14272.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=72311      
coolo@kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From coolo@kde.org  2004-01-10 20:48 -------
Subject: arts

CVS commit by coolo: 

including unistd.h is fine - we do it everywhere else too :)
CCMAIL: 72311-done@bugs.kde.org


  M +3 -0      configure.in.in   1.97


--- arts/configure.in.in  #1.96:1.97
@@ -347,4 +347,5 @@
     AC_TRY_COMPILE(
     [
+      #include <unistd.h>
       #include <sys/ioctl.h>
           int ioctl(int d, int request,...);
@@ -355,4 +356,5 @@
     AC_TRY_COMPILE(
     [
+      #include <unistd.h>
       #include <sys/ioctl.h>
           int ioctl(int d, unsigned long request,...);
@@ -363,4 +365,5 @@
     AC_TRY_COMPILE(
     [
+      #include <unistd.h>
       #include <sys/ioctl.h>
           int ioctl(int d, unsigned long int request,...);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic