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:
parent
9e1a3e6d06
commit
cb6856d115
5 changed files with 69 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue