diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2000-08-02 13:54:17 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2000-08-02 13:54:17 +0000 |
| commit | 30e35ee2ed1cf4a574fc9017229c43fc84105b5b (patch) | |
| tree | f6771f5d1e77bde552c498e8936783b69f090fdb /configure.in | |
| parent | 12486: new completion caching layer (diff) | |
| download | zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.gz zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.bz2 zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.lz zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.xz zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.zst zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.zip | |
12472: limited pathconf support
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 853eb36a5..f6c80a2a3 100644 --- a/configure.in +++ b/configure.in @@ -863,7 +863,8 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ uname \ signgam \ putenv getenv \ - brk sbrk) + brk sbrk \ + pathconf) AC_FUNC_STRCOLL if test $ac_cv_func_setpgrp = yes; then |
