From: DJ Delorie Date: Mon, 8 Jul 2002 17:14:04 +0000 (+0000) Subject: * configure.in (gxx_include_dir): Change to match versioned X-Git-Tag: binutils-2_13-branchpoint~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edd1b227cd5e9d4a752dcbe6bf89bb7c995193b8;p=external%2Fbinutils.git * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. --- diff --git a/ChangeLog b/ChangeLog index c0add68..3d24516 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-07-04 Steve Ellcey * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*. diff --git a/configure.in b/configure.in index 2361730..24d63de 100644 --- a/configure.in +++ b/configure.in @@ -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}'