aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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"
573fi 573fi
574 574
575# Avoid gnulib's tests for O_NOATIME and O_NOFOLLOW, as we don't use them.
576AC_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.
576AC_DEFUN([gl_THREADLIB]) 578AC_DEFUN([gl_THREADLIB])
577 579
@@ -2872,7 +2874,7 @@ AC_SUBST(BLESSMAIL_TARGET)
2872AC_CHECK_FUNCS(gethostname \ 2874AC_CHECK_FUNCS(gethostname \
2873closedir getrusage get_current_dir_name \ 2875closedir getrusage get_current_dir_name \
2874lrand48 \ 2876lrand48 \
2875fpathconf select euidaccess getpagesize setlocale \ 2877select getpagesize setlocale \
2876utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ 2878utimes getrlimit setrlimit getcwd shutdown getaddrinfo \
2877strsignal setitimer \ 2879strsignal setitimer \
2878sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ 2880sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \