aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2001-08-23 07:38:07 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-08-23 07:38:07 -0400
commitcbf0bc83702d7678d42a4e375819230500d13ea0 (patch)
treee3e83e852b57261f6fd02f2110c4796193830e75 /libstdc++-v3/configure
parentfefddd61a023a00919d4d5bf2dc1acff567d3960 (diff)
downloadgcc-cbf0bc83702d7678d42a4e375819230500d13ea0.zip
gcc-cbf0bc83702d7678d42a4e375819230500d13ea0.tar.gz
gcc-cbf0bc83702d7678d42a4e375819230500d13ea0.tar.bz2
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
From-SVN: r45129
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index cbd02b4..83559ad 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6
# Export all the include and flag information to makefiles.
# Root level of the build directory include sources.
- GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include"
+ GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
+ -I${glibcpp_builddir}/include/backward"
# Passed down for canadian crosses.
if test x"$CANADIAN" = xyes; then