[Libreoffice-commits] .: configure.in

Takeshi Abe tabe at kemper.freedesktop.org
Wed Sep 7 07:46:47 PDT 2011


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

New commits:
commit aa059deedafa25dedadc1c3566a25e8bd4dce8d8
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Sep 7 17:40:29 2011 +0900

    fix typo of the option name

diff --git a/configure.in b/configure.in
index e992ef8..2a70fd6 100755
--- a/configure.in
+++ b/configure.in
@@ -9280,7 +9280,7 @@ if test "$no_parallelism_make" = "YES" ; then
         fi
     else
         GMAKE_PARALLELISM="$BUILD_NCPUS";
-        echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpu was explicitely given, it is honored, but do not complain when make segfault on you." >> warn
+        echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpus was explicitely given, it is honored, but do not complain when make segfault on you." >> warn
     fi
 fi
 


More information about the Libreoffice-commits mailing list