[Libreoffice-commits] .: configure.in

Michael Stahl mst at kemper.freedesktop.org
Mon Jul 9 09:18:32 PDT 2012


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d3d2f4ecc92e1215a2139e2b84e4e991396b3ce1
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jul 9 18:16:33 2012 +0200

    configure.in: typos
    
    Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56

diff --git a/configure.in b/configure.in
index 9c1ea05..2873cd2 100644
--- a/configure.in
+++ b/configure.in
@@ -3972,7 +3972,7 @@ else
 fi
 
 # find if gnumake support file function
-AC_MSG_CHECKING([for GNU support for (file function])
+AC_MSG_CHECKING([whether GNU make supports the 'file' function])
 TESTGMAKEFILEFUNC="`mktemp -d -t tst.XXXXXX`"
 cat > $TESTGMAKEFILEFUNC/Makefile << EOF
 \$(file >test.txt,Success )
@@ -10902,7 +10902,7 @@ if test "$with_system_gettext" = yes; then
     AC_MSG_RESULT([yes])
 elif test "$with_system_gettext" = no; then
     SYSTEM_GETTEXT=NO
-    AC_MSG_RESULT([yes])
+    AC_MSG_RESULT([no])
 else
     AC_MSG_ERROR([bad --with-system-gettext=$with_system_gettext])
 fi


More information about the Libreoffice-commits mailing list