diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-08 10:00:39 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-08 10:00:39 +0000 |
commit | 418aeabda133b5952c7d3afbf00683372305b99b (patch) | |
tree | 9c942686e107bf6f74dcb58eb08232d048732d2e /configure.in | |
parent | 48c20703ea34a898e6cb6029ab82d44d34e0c1d6 (diff) | |
download | gcc-418aeabda133b5952c7d3afbf00683372305b99b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 23617309c59..24d63dea2d4 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}' |