patches/dar-01-configure-detect-getopt-in-unistd.h.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1917 275f6ee66b5f
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- dar-2.3.9/configure.orig	2009-05-22 11:55:11.000000000 +0200
+++ dar-2.3.9/configure	2009-06-05 22:22:48.631504331 +0200
@@ -29777,13 +29777,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 extern "C" {
-                                   #if HAVE_GETOPT_H
-                                   #include <getopt.h>
-                                   #else
-                                   #if HAVE_UNISTD_H
                                    #include <unistd.h>
-                                   #endif
-                                   #endif
                                    }
 int
 main ()