diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9146c669096..937c645bb58 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -572,6 +572,8 @@ else | |||
| 572 | test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" | 572 | test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" |
| 573 | fi | 573 | fi |
| 574 | 574 | ||
| 575 | # Avoid gnulib's tests for O_NOATIME and O_NOFOLLOW, as we don't use them. | ||
| 576 | AC_DEFUN([gl_FCNTL_O_FLAGS]) | ||
| 575 | # Avoid gnulib's threadlib module, as we do threads our own way. | 577 | # Avoid gnulib's threadlib module, as we do threads our own way. |
| 576 | AC_DEFUN([gl_THREADLIB]) | 578 | AC_DEFUN([gl_THREADLIB]) |
| 577 | 579 | ||
| @@ -2872,7 +2874,7 @@ AC_SUBST(BLESSMAIL_TARGET) | |||
| 2872 | AC_CHECK_FUNCS(gethostname \ | 2874 | AC_CHECK_FUNCS(gethostname \ |
| 2873 | closedir getrusage get_current_dir_name \ | 2875 | closedir getrusage get_current_dir_name \ |
| 2874 | lrand48 \ | 2876 | lrand48 \ |
| 2875 | fpathconf select euidaccess getpagesize setlocale \ | 2877 | select getpagesize setlocale \ |
| 2876 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ | 2878 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ |
| 2877 | strsignal setitimer \ | 2879 | strsignal setitimer \ |
| 2878 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ | 2880 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |