[ooo-build-commit] .: configure.in
Thomas Klausner
tklausner at kemper.freedesktop.org
Sun Oct 3 14:53:47 PDT 2010
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d52f554cf4d6f7f528579fe1dc66626747e6e527
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Sun Oct 3 23:53:24 2010 +0200
Fix typo in make-jobs-limit warning.
diff --git a/configure.in b/configure.in
index f885ca8..ea6bcab 100644
--- a/configure.in
+++ b/configure.in
@@ -801,7 +801,7 @@ if test "z$ENABLE_ICECREAM" = "zyes"; then
fi
if test "z$with_max_jobs" != "z"; then
if test "$with_max_jobs" -gt "10"; then
- AC_MSG_WARN([dmake is limited to 10 jobs, using --with-max-jobs=10 (instead of $with_num_jobs).])
+ AC_MSG_WARN([dmake is limited to 10 jobs, using --with-max-jobs=10 (instead of $with_max_jobs).])
with_max_jobs="10"
fi
MAX_JOBS="$with_max_jobs"
More information about the ooo-build-commit
mailing list