common/autoconf/build-performance.m4

Print this page

        

*** 143,152 **** --- 143,155 ---- fi # Cap number of jobs to 16 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 fi AC_SUBST(JOBS)