ooo-build r11328 - trunk



Author: jholesovsky
Date: Fri Jan 18 22:29:40 2008
New Revision: 11328
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11328&view=rev

Log:
        * configure.in: MAX_JOBS default for icecream should be 10.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 18 22:29:40 2008
@@ -601,6 +601,10 @@
 AC_SUBST(ICECREAM_BINDIR)
 
 MAX_JOBS="1"
+if test "z$ENABLE_ICECREAM" = "zyes"; then
+    # for icecream, default to the maximum
+    MAX_JOBS="10"
+fi
 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_num_jobs).])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]