about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-08-02 13:54:17 +0000
committerClint Adams <clint@users.sourceforge.net>2000-08-02 13:54:17 +0000
commit30e35ee2ed1cf4a574fc9017229c43fc84105b5b (patch)
treef6771f5d1e77bde552c498e8936783b69f090fdb /configure.in
parentfd15ea0fb5f43a05647e9755f2c86aabd6ee95f8 (diff)
downloadzsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.gz
zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.tar.xz
zsh-30e35ee2ed1cf4a574fc9017229c43fc84105b5b.zip
12472: limited pathconf support
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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