From: Kern Sibbald Date: Sun, 20 Sep 2009 07:36:00 +0000 (+0200) Subject: Reorder configure test for cleaner print output X-Git-Tag: Release-5.0.0~299^2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5fc9d096fa7178af01a75ca46cf598648e7aee70;p=bacula%2Fbacula Reorder configure test for cleaner print output --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 1ab036359d..e162d65521 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -465,6 +465,9 @@ /* LGETXATTR support */ #undef HAVE_LGETXATTR +/* Define if you have libcap */ +#undef HAVE_LIBCAP + /* Define to 1 if you have the header file. */ #undef HAVE_LIBC_H @@ -564,6 +567,9 @@ /* 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 @@ -600,6 +606,9 @@ /* 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 @@ -703,6 +712,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_BYTEORDER_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_CAPABILITY_H + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H @@ -723,6 +735,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 0b8149d7d7..9580083690 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -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