Kaydet (Commit) 3632c1f8 authored tarafından Jesús Corrius's avatar Jesús Corrius

Fix identation

üst 3e348a27
...@@ -2291,13 +2291,13 @@ if test "$_os" = "WINNT"; then ...@@ -2291,13 +2291,13 @@ if test "$_os" = "WINNT"; then
CC=`cygpath -u "$CC"` CC=`cygpath -u "$CC"`
# Remove /cl.exe from CC case insensitive # Remove /cl.exe from CC case insensitive
AC_MSG_RESULT([found ($CC)]) AC_MSG_RESULT([found ($CC)])
if test "$enable_cl_x64" = "" -o "$enable_cl_x64" = "no"; then if test "$enable_cl_x64" = "" -o "$enable_cl_x64" = "no"; then
COMPATH=`echo $CC | $SED 's@\/[[Bb]][[Ii]][[Nn]]\/[[cC]][[lL]]\.[[eE]][[xX]][[eE]]@@'` COMPATH=`echo $CC | $SED 's@\/[[Bb]][[Ii]][[Nn]]\/[[cC]][[lL]]\.[[eE]][[xX]][[eE]]@@'`
else else
if test -n "$with_cl_home"; then if test -n "$with_cl_home"; then
COMPATH=`echo $with_cl_home` COMPATH=`echo $with_cl_home`
fi fi
fi fi
export INCLUDE=`cygpath -d "$COMPATH/Include"` export INCLUDE=`cygpath -d "$COMPATH/Include"`
dnl Check which Microsoft C/C++ compiler is found dnl Check which Microsoft C/C++ compiler is found
AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler]) AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment