diff -r f9d0d792c8a6 -r f1cf6b807414 config/cxxflags.m4 --- a/config/cxxflags.m4 Mon Apr 18 16:07:54 2005 +0000 +++ b/config/cxxflags.m4 Mon Apr 18 17:23:42 2005 +0000 @@ -74,8 +74,8 @@ dnl uses lx_user_cxxflags AC_DEFUN([LX_SET_CXXFLAGS], [AC_ARG_ENABLE([debug], -AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [Build with debugging support]) -AS_HELP_STRING([--disable-debug], [Build without debugging support @<:@default@:>@]), +AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support]) +AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]), [], [enable_debug=no]) LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor]) AC_MSG_CHECKING([whether to build with debugging support]) @@ -106,8 +106,8 @@ fi AC_ARG_ENABLE([extra-warnings], -AS_HELP_STRING([--enable-extra-warnings], [Enable extra warning messages]) -AS_HELP_STRING([--disable-extra-warnings], [Disable extra warning messages @<:@default@:>@]), +AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages]) +AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]), [],[enable_extra_warnings=no]) AC_MSG_CHECKING(whether to enable extra warning flags) if test x"$enable_extra_warnings" != x"no"; then