diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-08-05 01:30:19 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-08-05 01:30:19 +0000 |
commit | 45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00 (patch) | |
tree | c2d3a457cbe267ea4e9c5263ce0699570328e2f6 /configure.in | |
parent | 971f7c0a19eefebe90274fde29c33e3a3a04b552 (diff) | |
download | zsh-45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00.tar.gz zsh-45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00.tar.xz zsh-45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00.zip |
12541: zrealpath wrapper around realpath()
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 6f813e0b0..8bd3ab408 100644 --- a/configure.in +++ b/configure.in @@ -864,7 +864,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ signgam \ putenv getenv \ brk sbrk \ - pathconf) + pathconf realpath) AC_FUNC_STRCOLL if test $ac_cv_func_setpgrp = yes; then |