diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-12-30 15:50:52 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-12-30 15:50:52 +0000 |
commit | 645419c8bc32dc4a66b2d2f7d2f8ad0bd45cc820 (patch) | |
tree | c01c17f033f4cbeda707a648d18960b7019f8801 /libstdc++-v3/configure | |
parent | 3cc3e1cd361db12ffe853e32cd48bb209c83f614 (diff) | |
download | gcc-645419c8bc32dc4a66b2d2f7d2f8ad0bd45cc820.tar.gz |
configure.in (GLIBCPP_ENABLE_CXX_FLAGS): Do not pass arguments, let the defaults work.
2002-12-30 Phil Edwards <pme@gcc.gnu.org>
* configure.in (GLIBCPP_ENABLE_CXX_FLAGS): Do not pass arguments,
let the defaults work.
* configure: Regenerate.
From-SVN: r60634
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 42cc59c8246..b7c0257c8d6 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -59,7 +59,7 @@ ac_help="$ac_help --enable-concept-checks use Boost-derived template checks [default=no]" ac_help="$ac_help --enable-cxx-flags=FLAGS pass compiler FLAGS when building library; - [default=none]" + [default=]" ac_help="$ac_help --enable-debug extra debugging, turn off optimization [default=no]" ac_help="$ac_help @@ -4033,7 +4033,7 @@ if test "${enable_cxx_flags+set}" = set; then enable_cxx_flags="$enableval" ;; esac else - enable_cxx_flags=none + enable_cxx_flags= fi |