config/cxxflags.m4
changeset 1369 f1cf6b807414
parent 1350 fb794edbf04b
     1.1 --- a/config/cxxflags.m4	Mon Apr 18 16:07:54 2005 +0000
     1.2 +++ b/config/cxxflags.m4	Mon Apr 18 17:23:42 2005 +0000
     1.3 @@ -74,8 +74,8 @@
     1.4  dnl uses lx_user_cxxflags
     1.5  AC_DEFUN([LX_SET_CXXFLAGS],
     1.6    [AC_ARG_ENABLE([debug],
     1.7 -AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [Build with debugging support])
     1.8 -AS_HELP_STRING([--disable-debug], [Build without debugging support @<:@default@:>@]),
     1.9 +AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support])
    1.10 +AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]),
    1.11       [], [enable_debug=no])
    1.12     LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor])
    1.13     AC_MSG_CHECKING([whether to build with debugging support])
    1.14 @@ -106,8 +106,8 @@
    1.15     fi
    1.16  
    1.17     AC_ARG_ENABLE([extra-warnings],
    1.18 -AS_HELP_STRING([--enable-extra-warnings], [Enable extra warning messages])
    1.19 -AS_HELP_STRING([--disable-extra-warnings], [Disable extra warning messages @<:@default@:>@]),
    1.20 +AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages])
    1.21 +AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]),
    1.22       [],[enable_extra_warnings=no])
    1.23     AC_MSG_CHECKING(whether to enable extra warning flags)
    1.24     if test x"$enable_extra_warnings" != x"no"; then