summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index cfea826..62aad18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,16 +117,11 @@ AC_TYPE_SIZE_T
AM_GNU_GETTEXT_VERSION([0.19.2])
AM_GNU_GETTEXT([external])
-AC_CHECK_FUNCS_ONCE(isatty isascii memcpy strchr strtoul lstat readlink
+AC_CHECK_FUNCS_ONCE(isatty isascii memcpy strchr strtoul readlink
popen pathconf fchown fchmod setlocale)
-# Check whether we are able to follow symlinks
-if test "$ac_cv_func_lstat:$ac_cv_func_readlink" = yes:yes; then
- AC_DEFINE([ENABLE_FOLLOW_SYMLINKS], ,
- [Follow symlinks when processing in place])
-fi
AM_CONDITIONAL([TEST_SYMLINKS],
- [test "$ac_cv_func_lstat:$ac_cv_func_readlink" = yes:yes])
+ [test "$ac_cv_func_readlink" = yes])
AC_ARG_ENABLE(i18n,
[ --disable-i18n disable internationalization (default=enabled)], ,