[Libreoffice-commits] .: configure.in

Jesús Corrius jcorrius at kemper.freedesktop.org
Fri Nov 5 01:36:52 PDT 2010


 configure.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d922c27077cee15c76635a6aa3937b24bd1d142b
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Fri Nov 5 09:36:23 2010 +0100

    Fix identation

diff --git a/configure.in b/configure.in
index 12990d2..aab3995 100644
--- a/configure.in
+++ b/configure.in
@@ -2291,13 +2291,13 @@ if test "$_os" = "WINNT"; then
             CC=`cygpath -u "$CC"`
             # Remove /cl.exe from CC case insensitive
             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]]@@'`
-			else
-			    if test -n "$with_cl_home"; then
-			        COMPATH=`echo $with_cl_home`
-				fi
-			fi
+            else
+                if test -n "$with_cl_home"; then
+                    COMPATH=`echo $with_cl_home`
+                fi
+            fi
             export INCLUDE=`cygpath -d "$COMPATH/Include"`
             dnl  Check which Microsoft C/C++ compiler is found
             AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler])


More information about the Libreoffice-commits mailing list