summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 538112160235..31ec94fb9856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3967,7 +3967,7 @@ if test "$_os" = "WINNT"; then
# Remove /cl.exe from CC case insensitive
AC_MSG_NOTICE([found Visual C++ $vcyear])
- export INCLUDE=`cygpath -d "$COMPATH\Include"`
+ export INCLUDE=`cygpath -d "$COMPATH/Include"`
PathFormat "$COMPATH"
COMPATH=`win_short_path_for_make "$formatted_path"`