diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-22 12:09:56 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-22 12:09:56 +0000 |
commit | 8b14dc2d87e207010d35631f2f3ab924275b220e (patch) | |
tree | 119470cb074f35b954794addabf1a3ab14f709de /libstdc++-v3/aclocal.m4 | |
parent | 9edbac047cb2d2d2140f762c23be4ca1dab5c4a4 (diff) | |
download | gcc-8b14dc2d87e207010d35631f2f3ab924275b220e.tar.gz |
2002-02-21 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (target_alias): Default to yes.
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
libgcc to default case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/aclocal.m4')
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 2a7c26aef90..347cf081431 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -2090,8 +2090,8 @@ AC_MSG_RESULT($glibcpp_shared_libgcc) # as the tested-for version. See GLIBCPP_CHECK_LINKER_FEATURES for more. glibcpp_min_gnu_ld_version=21200 -# Check to see if unspecified default "yes" value can win, given -# results above. +# Check to see if unspecified "yes" value can win, given results +# above. if test $enable_symvers = yes ; then if test $with_gnu_ld = yes && test $glibcpp_gnu_ld_version -ge $glibcpp_min_gnu_ld_version && @@ -2116,7 +2116,7 @@ esac AC_LINK_FILES($LINKER_MAP, src/linker.map) AM_CONDITIONAL(GLIBCPP_BUILD_VERSIONED_SHLIB, test $enable_symvers != no) -AC_MSG_CHECKING([versioning on shared lib symbols]) +AC_MSG_CHECKING([versioning on shared library symbols]) AC_MSG_RESULT($enable_symvers) ]) |