* configure.in (gxx_include_dir): Change to match versioned
authorDJ Delorie <dj@redhat.com>
Mon, 8 Jul 2002 17:14:04 +0000 (17:14 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 8 Jul 2002 17:14:04 +0000 (17:14 +0000)
C++ headers if --enable-version-specific-runtime-libs is used.

ChangeLog
configure.in

index c0add68247e4b9e390139e560bcc49c92ead2635..3d2451660b49ba36941186ce1a4484b222ed4c6b 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-07-04  Steve Ellcey  <sje@cup.hp.com>
 
        * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
index 23617309c591bf0982b9f88a3343662b197d84f5..24d63dea2d48eda4bb4dc15a271f562ba8661dc3 100644 (file)
@@ -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}'
This page took 0.032067 seconds and 4 git commands to generate.