common/autoconf/build-performance.m4
changeset 17660 b226baa345a2
parent 17592 06b7538d17ef
child 18021 680b9b43e2d6
--- a/common/autoconf/build-performance.m4	Wed Jul 05 18:57:05 2017 +0200
+++ b/common/autoconf/build-performance.m4	Wed May 29 13:58:40 2013 +0200
@@ -145,6 +145,9 @@
     if test "$JOBS" -gt "16"; then
       JOBS=16
     fi
+    if test "$JOBS" -eq "0"; then
+      JOBS=1
+    fi
     AC_MSG_RESULT([$JOBS])
   else
     JOBS=$with_jobs