diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 569300765..262fe5d14 100644 --- a/configure.ac +++ b/configure.ac @@ -1169,7 +1169,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ htons ntohs \ regcomp regexec regerror regfree \ gdbm_open getxattr \ - realpath canonicalize_file_name) + realpath canonicalize_file_name \ + symlink) AC_FUNC_STRCOLL if test x$enable_cap = xyes; then |