From: Phil Edwards Date: Mon, 8 Jul 2002 10:00:57 +0000 (+0000) Subject: configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable... X-Git-Tag: releases/gcc-3.1.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c6b5f22d5ba30d3dd18ce37bafb2dfe536780a;p=thirdparty%2Fgcc.git configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs... 2002-07-08 Phil Edwards * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. From-SVN: r55324 --- diff --git a/ChangeLog b/ChangeLog index 879d4c285483..0de033387a13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-08 Phil Edwards + + * configure.in (gxx_include_dir): Change to match versioned + C++ headers if --enable-version-specific-runtime-libs is used. + 2002-06-27 Benjamin Kosnik * config.if (libstdcxx_incdir): Version C++ headers. diff --git a/configure.in b/configure.in index 90a53fb4c5a7..cb182819c775 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}'