aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-11-13 01:15:40 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-11-13 01:15:40 +0000
commit34f6fbdb65c5e2a8ff1c6553592503532ef0141f (patch)
tree22c6cd3559333654dbe6874c6e812640377b64e2 /configure
parent520907ee6d48a4b427c74355936f11b3e475ebeb (diff)
downloadgcc-34f6fbdb65c5e2a8ff1c6553592503532ef0141f.zip
gcc-34f6fbdb65c5e2a8ff1c6553592503532ef0141f.tar.gz
gcc-34f6fbdb65c5e2a8ff1c6553592503532ef0141f.tar.bz2
configure: Turn on libstdc++ V3 by default.
* configure: Turn on libstdc++ V3 by default. * configure.in: Turn on libstdc++ V3 by default. * configure: Regenerated. From-SVN: r37415
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 95467f5..8698c45 100755
--- a/configure
+++ b/configure
@@ -55,6 +55,7 @@ extraconfigdirs=
diroptions=
enable_threads=no
enable_shared=no
+enable_libstdcxx_v3=yes
exec_prefix=
exec_prefixoption=
fatal=
@@ -88,7 +89,7 @@ subdirs=
target_alias=NOTARGET
target_makefile_frag=
undefs=NOUNDEFS
-version="$Revision: 1.29 $"
+version="$Revision: 1.30 $"
x11=default
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'