common/autoconf/build-performance.m4

changeset 724
33b6df33a2b7
parent 717
e247ee3924d5
child 740
c0fa87863427
equal deleted inserted replaced
719:3a36c926a7aa 724:33b6df33a2b7
143 fi 143 fi
144 # Cap number of jobs to 16 144 # Cap number of jobs to 16
145 if test "$JOBS" -gt "16"; then 145 if test "$JOBS" -gt "16"; then
146 JOBS=16 146 JOBS=16
147 fi 147 fi
148 if test "$JOBS" -eq "0"; then
149 JOBS=1
150 fi
148 AC_MSG_RESULT([$JOBS]) 151 AC_MSG_RESULT([$JOBS])
149 else 152 else
150 JOBS=$with_jobs 153 JOBS=$with_jobs
151 fi 154 fi
152 AC_SUBST(JOBS) 155 AC_SUBST(JOBS)

mercurial