summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikel Olasagasti Uranga <mikel@olasagasti.info>2010-09-02 23:30:02 +0200
committerMikel Olasagasti Uranga <mikel@olasagasti.info>2010-09-02 23:30:02 +0200
commitbfeda8c3d8ab3eddf58bf9d6de49c1547f102c9c (patch)
tree7b28ec1855fda5f0782b969c54e8a252bcefa3cd
parent152ba110e2cb52df580629ea9a20c0cb0cb13f8d (diff)
Use AS_HELP_STRING for AC_ARG_ENABLE
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15716b8..4d58b3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl ==========================================================================
dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.
AC_ARG_ENABLE(more-warnings,
-[ --enable-more-warnings Maximum compiler warnings],
+ AS_HELP_STRING([--enable-more-warnings],[Maximum compiler warnings]),
set_more_warnings="$enableval",[
if test -f $srcdir/CVSVERSION; then
is_cvs_version=true