summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-19 12:25:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-19 12:25:18 -0700
commitf0a801750151bee7fdcf96dff272986e627fb3e3 (patch)
tree1374d53fe4cd23a04924db66005e7bb0c66ad2c7 /configure.ac
parent8e8083185c417eedbaadf0b33c7089da72fe2250 (diff)
downloademacs-f0a801750151bee7fdcf96dff272986e627fb3e3.tar.gz
Undo faccessat change.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6b4c757ced5..5520dd6a903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -572,8 +572,6 @@ else
test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
fi
-# Avoid gnulib's tests for O_NOATIME and O_NOFOLLOW, as we don't use them.
-AC_DEFUN([gl_FCNTL_O_FLAGS])
# Avoid gnulib's threadlib module, as we do threads our own way.
AC_DEFUN([gl_THREADLIB])
@@ -2874,7 +2872,7 @@ AC_SUBST(BLESSMAIL_TARGET)
AC_CHECK_FUNCS(gethostname \
closedir getrusage get_current_dir_name \
lrand48 setsid \
-fpathconf select getpagesize setlocale \
+fpathconf select euidaccess getpagesize setlocale \
utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \
__fpending strsignal setitimer \
sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \