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: r55324
This commit is contained in:
Phil Edwards 2002-07-08 10:00:57 +00:00
parent f6b3531338
commit 66c6b5f22d
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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}'