about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-08-05 19:55:15 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-08-05 19:55:15 +0100
commit9ebf22b34b5e8d4b8bd147a038458d82735d9d2e (patch)
treeea8d86e5d78737f06cbaf924bcc3f01d71cb667f /configure.ac
parent2799e42bdd7fa736bb17ea4ec993a56d14f207b6 (diff)
downloadzsh-9ebf22b34b5e8d4b8bd147a038458d82735d9d2e.tar.gz
zsh-9ebf22b34b5e8d4b8bd147a038458d82735d9d2e.tar.xz
zsh-9ebf22b34b5e8d4b8bd147a038458d82735d9d2e.zip
31631: Use cygwin_conv_path if available.
Prefer it to cygwin_conv_to_posix_path.
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 5528597ba..c3debd8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1237,7 +1237,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       regcomp regexec regerror regfree \
 	       gdbm_open getxattr \
 	       realpath canonicalize_file_name \
-	       symlink getcwd)
+	       symlink getcwd \
+	       cygwin_conv_path)
 AC_FUNC_STRCOLL
 
 if test x$enable_cap = xyes; then