summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2010-12-04 14:07:28 +0100
committerRobert Nagy <robert@openbsd.org>2010-12-04 14:07:28 +0100
commit6774e58d600030cc148f491fa806c0ee66a4b069 (patch)
tree8cbe0ac419316f4038b8c56c4d0e260779bff584 /configure.in
parentfix configure.in zenity breakages (diff)
downloadcore-6774e58d600030cc148f491fa806c0ee66a4b069.tar.gz
core-6774e58d600030cc148f491fa806c0ee66a4b069.zip
fix comment of checking the max number of jobs
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e5649c75e703..0e3b94b87a83 100644
--- a/configure.in
+++ b/configure.in
@@ -8052,7 +8052,7 @@ AC_MSG_RESULT([$BUILD_NCPUS])
AC_SUBST(BUILD_NCPUS)
dnl ===================================================================
-dnl Number of CPUs to use during the build
+dnl Number of parallel jobs to be executed by dmake
dnl ===================================================================
AC_MSG_CHECKING([for maximum of jobs per processor])
BUILD_MAX_JOBS="1"