diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 20:26:22 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 20:26:22 +0000 |
commit | c0d1c48cdfa0e3291e08a560feea5c3939b7678a (patch) | |
tree | 2be1ab9af09fb16dcb333ab21e072ef14d87f91f /libstdc++-v3/acinclude.m4 | |
parent | 4a3fefb699a588ebd703ec698228e8513120b3d6 (diff) | |
download | gcc-c0d1c48cdfa0e3291e08a560feea5c3939b7678a.tar.gz |
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of
includedir.
* aclocal.m4, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 5bcbf747ae6..5cc4f747313 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -624,7 +624,7 @@ AC_DEFUN(GLIBCXX_EXPORT_INCLUDES, [ # For Canadian crosses, pick this up too. if test $CANADIAN = yes; then - GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES '-I${includedir}'" + GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES -I\${includedir}" fi # Stuff in the actual top level. Currently only used by libsupc++ to |