From 9ebf22b34b5e8d4b8bd147a038458d82735d9d2e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 5 Aug 2013 19:55:15 +0100 Subject: 31631: Use cygwin_conv_path if available. Prefer it to cygwin_conv_to_posix_path. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit 1.4.1