aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-07-08 10:00:39 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-07-08 10:00:39 +0000
commit57c905fa73ae2f04e5e1803ab05eaeb43d6d44c4 (patch)
tree9c942686e107bf6f74dcb58eb08232d048732d2e /configure.in
parent51d9c5cdcfdc622d985a00ae6c0aedaf68e560c2 (diff)
downloadgcc-57c905fa73ae2f04e5e1803ab05eaeb43d6d44c4.zip
gcc-57c905fa73ae2f04e5e1803ab05eaeb43d6d44c4.tar.gz
gcc-57c905fa73ae2f04e5e1803ab05eaeb43d6d44c4.tar.bz2
configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs...
2002-07-08 Phil Edwards <pme@gcc.gnu.org> * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. From-SVN: r55323
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2361730..24d63de 100644
--- a/configure.in
+++ b/configure.in
@@ -1445,7 +1445,7 @@ if test -n "${with_gxx_include_dir}"; then
fi
if test x${gxx_include_dir} = x; then
if test x${enable_version_specific_runtime_libs} = xyes; then
- gxx_include_dir='${libsubdir}/include/g++'
+ gxx_include_dir='${libsubdir}/include/c++'
else
. ${srcdir}/config.if
gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'