]> git.sur5r.net Git - bacula/bacula/commitdiff
Reorder configure test for cleaner print output
authorKern Sibbald <kern@sibbald.com>
Sun, 20 Sep 2009 07:36:00 +0000 (09:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 20 Sep 2009 07:36:00 +0000 (09:36 +0200)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 1ab036359d186fac6d0123f53791773309d300ec..e162d655212820b3554615517a57dc3507ee20fc 100644 (file)
 /* LGETXATTR support */
 #undef HAVE_LGETXATTR
 
+/* Define if you have libcap */
+#undef HAVE_LIBCAP
+
 /* Define to 1 if you have the <libc.h> header file. */
 #undef HAVE_LIBC_H
 
 /* Define if your printf() function supports format strings with positions. */
 #undef HAVE_POSIX_PRINTF
 
+/* Define to 1 if you have the `prctl' function. */
+#undef HAVE_PRCTL
+
 /* Define to 1 if you have the `putenv' function. */
 #undef HAVE_PUTENV
 
 /* Define to 1 if you have the `setpgrp' function. */
 #undef HAVE_SETPGRP
 
+/* Define to 1 if you have the `setreuid' function. */
+#undef HAVE_SETREUID
+
 /* Define to 1 if you have the `setsid' function. */
 #undef HAVE_SETSID
 
 /* Define to 1 if you have the <sys/byteorder.h> header file. */
 #undef HAVE_SYS_BYTEORDER_H
 
+/* Define to 1 if you have the <sys/capability.h> header file. */
+#undef HAVE_SYS_CAPABILITY_H
+
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */
 #undef HAVE_SYS_DIR_H
 /* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_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/select.h> header file. */
 #undef HAVE_SYS_SELECT_H
 
index 0b8149d7d73e59855d1c4bb44f03b696fb0767bd..95800836907edbedf6f0849a226f32096f1129c4 100644 (file)
@@ -1022,8 +1022,8 @@ AC_ARG_WITH(tcp-wrappers,
        if test "x$withval" != "xno" ; then
          saved_LIBS="$LIBS"
          LIBS="$saved_LIBS -lwrap"
-         AC_MSG_CHECKING(for libwrap)
          AC_SEARCH_LIBS(nanosleep, [rt])
+         AC_MSG_CHECKING(for libwrap)
          AC_TRY_LINK(
             [ 
               #include <sys/types.h>