diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-08 17:38:49 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-08 17:38:49 +0000 |
commit | 6ace2bc6d29dbe44b872154551382e3f8bfbf065 (patch) | |
tree | b49fb2a10c89d6e3e34da118bbc86a2be07d00b7 /libstdc++-v3/configure | |
parent | fd64c958d4cf6a1d19e722dc68035f0123c0fabb (diff) | |
download | gcc-6ace2bc6d29dbe44b872154551382e3f8bfbf065.tar.gz |
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
command.
* aclocal.m4, configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40321 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d6b9f7928c1..f411d86e8ba 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15892,7 +15892,7 @@ echo "$ac_t""$version_specific_libs" 1>&6 # Default case for install directory for include files. if test x"$version_specific_libs" = x"no" \ - && test x"$gxx_include_dir"=x"no"; then + && test x"$gxx_include_dir" = x"no"; then gxx_include_dir='$(prefix)'/include/g++-${libstdcxx_interface} fi |