common/autoconf/build-performance.m4

changeset 724
33b6df33a2b7
parent 717
e247ee3924d5
child 740
c0fa87863427
     1.1 --- a/common/autoconf/build-performance.m4	Tue May 28 17:57:40 2013 -0700
     1.2 +++ b/common/autoconf/build-performance.m4	Wed May 29 13:58:40 2013 +0200
     1.3 @@ -145,6 +145,9 @@
     1.4      if test "$JOBS" -gt "16"; then
     1.5        JOBS=16
     1.6      fi
     1.7 +    if test "$JOBS" -eq "0"; then
     1.8 +      JOBS=1
     1.9 +    fi
    1.10      AC_MSG_RESULT([$JOBS])
    1.11    else
    1.12      JOBS=$with_jobs

mercurial