[Libreoffice-commits] .: configure.in

Radek Doulík rodo at kemper.freedesktop.org
Thu May 19 03:43:40 PDT 2011


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

New commits:
commit cb7ff976bafc120f895de70da4dc7649598b6d68
Author: Radek Doulik <rodo at novell.com>
Date:   Thu May 19 12:41:26 2011 +0200

    get rid of limitting max jobs to 10 for icecream
    
     - tested locally that dmake is able to run with -P14 and that
       icecream is then using more slots (checked with icemon)

diff --git a/configure.in b/configure.in
index 0fedf8f..6bb0d04 100755
--- a/configure.in
+++ b/configure.in
@@ -8188,10 +8188,6 @@ dnl ===================================================================
 AC_MSG_CHECKING([for maximum of jobs per processor])
 BUILD_MAX_JOBS="1"
 if test "z$with_max_jobs" != "z"; then
-    if test "$with_max_jobs" -gt "10"; then
-        AC_MSG_WARN([dmake is limited to 10 jobs, using --with-max-jobs=10 (instead of $with_max_jobs).])
-        with_max_jobs="10"
-    fi
     BUILD_MAX_JOBS="$with_max_jobs"
 else
    if test -n "$enable_icecream" && test "$enable_icecream" != "no" ; then


More information about the Libreoffice-commits mailing list