summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-08 10:00:57 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-08 10:00:57 +0000
commit3377daa4cec44e2cca0e7b4ef3d4ce9780ff05d7 (patch)
treea1f8f15a28047cb44627dd9517c0c504a9999507
parentb4e673bf4811d414dea85489ea2b6bb5cba4dcf6 (diff)
downloadgcc-3377daa4cec44e2cca0e7b4ef3d4ce9780ff05d7.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_1-branch@55324 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 879d4c28548..0de033387a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2002-06-27 Benjamin Kosnik <bkoz@redhat.com>
* config.if (libstdcxx_incdir): Version C++ headers.
diff --git a/configure.in b/configure.in
index 90a53fb4c5a..cb182819c77 100644
--- a/configure.in
+++ b/configure.in
@@ -1455,7 +1455,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
. ${topsrcdir}/config.if
gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'