[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Oct 26 02:55:43 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ca50e2afb84320913868f95d0247528ef90b4f6
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Oct 26 11:55:22 2011 +0200

    Remove a stray leading '+'

diff --git a/configure.in b/configure.in
index 68e3193..638f982 100755
--- a/configure.in
+++ b/configure.in
@@ -2238,7 +2238,7 @@ if test "$_os" = "WINNT"; then
             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])
-+           # The following finds Microsoft, matches nn.nn.nnnn then pulls numbers out.
+            # The following finds Microsoft, matches nn.nn.nnnn then pulls numbers out.
             CCNUMVER=`$CC 2>&1 | $AWK "/Microsoft/ && /..\\...\\...../ {
                             x = match( \\\$0, /..\\...\\...../ )
                             CCversion = substr( \\\$0, RSTART, RLENGTH)


More information about the Libreoffice-commits mailing list