]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable...
authorPhil Edwards <pme@gcc.gnu.org>
Mon, 8 Jul 2002 10:00:57 +0000 (10:00 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 8 Jul 2002 10:00:57 +0000 (10:00 +0000)
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: r55324

ChangeLog
configure.in

index 879d4c2854835f2d87396a713b758cc37f527272..0de033387a1344b7a5117c0609c406259b0ec919 100644 (file)
--- 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.
index 90a53fb4c5a706f5e263702439ce5f6a8109078d..cb182819c775af3802dd956eed7103306a689373 100644 (file)
@@ -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}'