From f023bbb2abc825b662c687a9ad610600cbd55c77 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 17 Jun 2017 21:57:29 +0200 Subject: Avoid MSYS2 path translation. Fix #365 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 36ae4e415..59687800c 100755 --- a/configure +++ b/configure @@ -104,7 +104,7 @@ case $srcdir in *) # Use a Windows path on windows. case "$OS" in - Windows_NT) abs_srcdir=`pwd -W`/$srcdir ;; + Windows_NT) abs_srcdir="`pwd -W`/$srcdir" ;; *) abs_srcdir=`pwd`/$srcdir ;; esac ;; -- cgit v1.2.3