Look for <glob.h>
authoraland <aland>
Sat, 26 Apr 2008 15:10:09 +0000 (15:10 +0000)
committeraland <aland>
Sat, 26 Apr 2008 15:10:09 +0000 (15:10 +0000)
configure
configure.in
src/include/autoconf.h.in

index e95b611..2fa7216 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.260 .
+# From configure.in Revision: 1.261 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -21702,6 +21702,7 @@ fi
 
 
 
+
 for ac_header in \
        unistd.h \
        crypt.h \
@@ -21731,6 +21732,7 @@ for ac_header in \
        fcntl.h \
        sys/fcntl.h \
        sys/prctl.h \
+       glob.h \
        prot.h \
        pwd.h \
        grp.h \
index fa8905a..a8f624b 100644 (file)
@@ -617,6 +617,7 @@ AC_CHECK_HEADERS( \
        fcntl.h \
        sys/fcntl.h \
        sys/prctl.h \
+       glob.h \
        prot.h \
        pwd.h \
        grp.h \
index b804abb..f6dedb9 100644 (file)
@@ -71,6 +71,9 @@
 /* Define to 1 if you have the `getusershell' function. */
 #undef HAVE_GETUSERSHELL
 
+/* Define to 1 if you have the <glob.h> header file. */
+#undef HAVE_GLOB_H
+
 /* Define to 1 if you have the `gmtime_r' function. */
 #undef HAVE_GMTIME_R