Skip to content

Commit

Permalink
configure: Fix default value of --without-numa switch in help
Browse files Browse the repository at this point in the history
The default value is no.

Fixes: 39a85a1 ("configure: add knob to control numa support")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed Feb 7, 2018
1 parent a6da44a commit 4ace68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fi
# Numa
AC_ARG_WITH([numa],
AC_HELP_STRING([--without-numa],
[without numa support (default=yes)]),
[without numa support (default=no)]),
[with_numa=no],
[with_numa=yes]
)
Expand Down

0 comments on commit 4ace68a

Please sign in to comment.