still more Andrew Termux/Android mods
[goodguy/cinelerra.git] / cinelerra-5.1 / configure.ac
index 941a00d6ad9aa8e575d5fea63907d42dc2d3b385..dd8b1ff9339b4e2e47ca0b3944dd630ca123046a 100644 (file)
@@ -142,7 +142,8 @@ AC_SUBST(MAK_INSTALLS)
 AC_SUBST(MAK_UNINSTALLS)
 
 if test "x$WANT_JOBS" = "xauto"; then
-  CPUS=`grep -c "^proc" /proc/cpuinfo`
+#  CPUS=`grep -c "^proc" /proc/cpuinfo`
+  CPUS=`nproc`
   WANT_JOBS=`expr $CPUS + $CPUS / 2 + 2`
 fi