summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-12-30 15:50:52 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-12-30 15:50:52 +0000
commit645419c8bc32dc4a66b2d2f7d2f8ad0bd45cc820 (patch)
treec01c17f033f4cbeda707a648d18960b7019f8801 /libstdc++-v3/configure
parent3cc3e1cd361db12ffe853e32cd48bb209c83f614 (diff)
downloadgcc-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-xlibstdc++-v3/configure4
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