[PATCH] Fix for typo in ./configure help text

Per Lidén per.liden at oracle.com
Mon Nov 28 03:52:28 PST 2011


Hmm, looks like the attachment was stripped for some reason. Inlining patch:

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@
  AC_SUBST(DATE_WHEN_CONFIGURED)

  # How many cores do we have on this build system?
-AC_ARG_WITH(num-cores,[AS_HELP_STRING([--with-num_cores=32],
+AC_ARG_WITH(num-cores,[AS_HELP_STRING([--with-num-cores=32],
                                        [specify the number of cores in 
the build system.])])
  if test "x$with_num_cores" = x; then
      # The number of cores were not specified, try to probe them.


/Per

On 2011-11-28 12:48, Per Lidén wrote:
> Patch for fixing --with-num_cores typo in ./configure help text.
>
> /Per




More information about the build-infra-dev mailing list