1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

26754: tweak zgetdir() and test for realpath()

This commit is contained in:
Peter Stephenson 2009-03-19 15:00:18 +00:00
parent 9e1a3e6d06
commit cb6856d115
5 changed files with 69 additions and 8 deletions

View file

@ -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