diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-05 05:59:53 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-05 05:59:53 +0000 |
commit | 1ff8518b16525776c932d8856d62b79343a53b72 (patch) | |
tree | 7c55c4dbe2e3c811b951051c1102a1a0ca49f139 /configure.in | |
parent | 45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00 (diff) | |
download | zsh-1ff8518b16525776c932d8856d62b79343a53b72.tar.gz zsh-1ff8518b16525776c932d8856d62b79343a53b72.tar.xz zsh-1ff8518b16525776c932d8856d62b79343a53b72.zip |
12547: Handle ENOENT and ENOTDIR in zpathmax().
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8bd3ab408..6f813e0b0 100644 --- a/configure.in +++ b/configure.in @@ -864,7 +864,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ signgam \ putenv getenv \ brk sbrk \ - pathconf realpath) + pathconf) AC_FUNC_STRCOLL if test $ac_cv_func_setpgrp = yes; then |