Commit 57c905fa by Phil Edwards

configure.in (gxx_include_dir): Change to match versioned C++ headers if…

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
parent 51d9c5cd
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> 2002-07-04 Steve Ellcey <sje@cup.hp.com>
* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*. * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
......
...@@ -1445,7 +1445,7 @@ if test -n "${with_gxx_include_dir}"; then ...@@ -1445,7 +1445,7 @@ if test -n "${with_gxx_include_dir}"; then
fi fi
if test x${gxx_include_dir} = x; then if test x${gxx_include_dir} = x; then
if test x${enable_version_specific_runtime_libs} = xyes; then if test x${enable_version_specific_runtime_libs} = xyes; then
gxx_include_dir='${libsubdir}/include/g++' gxx_include_dir='${libsubdir}/include/c++'
else else
. ${srcdir}/config.if . ${srcdir}/config.if
gxx_include_dir='${prefix}/include/${libstdcxx_incdir}' gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment