Look for <sys/prctl.h>. Checks for prctl() will come later
authoraland <aland>
Mon, 15 Oct 2007 15:43:47 +0000 (15:43 +0000)
committeraland <aland>
Mon, 15 Oct 2007 15:43:47 +0000 (15:43 +0000)
configure
configure.in
src/include/autoconf.h.in

index d871ab4..1513f7a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.246 .
+# From configure.in Revision: 1.247 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -21681,6 +21681,7 @@ fi
 
 
 
+
 for ac_header in \
        unistd.h \
        crypt.h \
@@ -21709,6 +21710,7 @@ for ac_header in \
        sys/security.h \
        fcntl.h \
        sys/fcntl.h \
+       sys/prctl.h \
        prot.h \
        pwd.h \
        grp.h \
index 234054d..e00edf3 100644 (file)
@@ -603,6 +603,7 @@ AC_CHECK_HEADERS( \
        sys/security.h \
        fcntl.h \
        sys/fcntl.h \
+       sys/prctl.h \
        prot.h \
        pwd.h \
        grp.h \
index c40dfda..a9dda71 100644 (file)
    */
 #undef HAVE_SYS_NDIR_H
 
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+#undef HAVE_SYS_PRCTL_H
+
 /* Define to 1 if you have the <sys/resource.h> header file. */
 #undef HAVE_SYS_RESOURCE_H