about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2009-12-18 19:50:45 +0000
committerWayne Davison <wayned@users.sourceforge.net>2009-12-18 19:50:45 +0000
commit6e317e4b96cf708eee0841e7c8a599efdecb2af1 (patch)
tree36aea39a48029a6688c2961169e1fd455f0aace7 /configure.ac
parent53557009925025b0c17d30511813b87bc2ce340a (diff)
downloadzsh-6e317e4b96cf708eee0841e7c8a599efdecb2af1.tar.gz
zsh-6e317e4b96cf708eee0841e7c8a599efdecb2af1.tar.xz
zsh-6e317e4b96cf708eee0841e7c8a599efdecb2af1.zip
Add symlink-based hist-file locking.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 569300765..262fe5d14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1169,7 +1169,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       htons ntohs \
 	       regcomp regexec regerror regfree \
 	       gdbm_open getxattr \
-	       realpath canonicalize_file_name)
+	       realpath canonicalize_file_name \
+	       symlink)
 AC_FUNC_STRCOLL
 
 if test x$enable_cap = xyes; then