diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
commit | cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9 (patch) | |
tree | a42e224d0ccbeda8af4b9220501fe42839b27b55 /configure.ac | |
parent | 9e1a3e6d062522c77f17d8be947850ee824cee8e (diff) | |
download | zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.gz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.xz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.zip |
26754: tweak zgetdir() and test for realpath()
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 fb145ef3e..07002d3c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1157,7 +1157,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ grantpt unlockpt ptsname \ htons ntohs \ regcomp regexec regerror regfree \ - gdbm_open getxattr) + gdbm_open getxattr \ + realpath canonicalize_file_name) AC_FUNC_STRCOLL if test x$enable_cap = xyes; then |