summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-09-07 17:40:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-09-07 23:46:07 +0900
commitaa059deedafa25dedadc1c3566a25e8bd4dce8d8 (patch)
treeae433dff6a0f58130d41f25fb316044be7bf50d5 /configure.in
parentde290e726ed2aa5a4c007d61a7db1042c45d43db (diff)
fix typo of the option name
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e992ef8c6343..2a70fd658f21 100755
--- a/configure.in
+++ b/configure.in
@@ -9280,7 +9280,7 @@ if test "$no_parallelism_make" = "YES" ; then
fi
else
GMAKE_PARALLELISM="$BUILD_NCPUS";
- echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpu was explicitely given, it is honored, but do not complain when make segfault on you." >> warn
+ echo "make 3.81 is prone to crashes with parallelism > 1. Since --with-num-cpus was explicitely given, it is honored, but do not complain when make segfault on you." >> warn
fi
fi