Commit 696179ca by Benjamin Kosnik

configure.in (target_alias): Default to yes.


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.

From-SVN: r49962
parent 4f2b0fb2
...@@ -2090,8 +2090,8 @@ AC_MSG_RESULT($glibcpp_shared_libgcc) ...@@ -2090,8 +2090,8 @@ AC_MSG_RESULT($glibcpp_shared_libgcc)
# as the tested-for version. See GLIBCPP_CHECK_LINKER_FEATURES for more. # as the tested-for version. See GLIBCPP_CHECK_LINKER_FEATURES for more.
glibcpp_min_gnu_ld_version=21200 glibcpp_min_gnu_ld_version=21200
# Check to see if unspecified default "yes" value can win, given # Check to see if unspecified "yes" value can win, given results
# results above. # above.
if test $enable_symvers = yes ; then if test $enable_symvers = yes ; then
if test $with_gnu_ld = yes && if test $with_gnu_ld = yes &&
test $glibcpp_gnu_ld_version -ge $glibcpp_min_gnu_ld_version && test $glibcpp_gnu_ld_version -ge $glibcpp_min_gnu_ld_version &&
...@@ -2116,7 +2116,7 @@ esac ...@@ -2116,7 +2116,7 @@ esac
AC_LINK_FILES($LINKER_MAP, src/linker.map) AC_LINK_FILES($LINKER_MAP, src/linker.map)
AM_CONDITIONAL(GLIBCPP_BUILD_VERSIONED_SHLIB, test $enable_symvers != no) 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) AC_MSG_RESULT($enable_symvers)
]) ])
......
...@@ -19345,8 +19345,8 @@ echo "$ac_t""$glibcpp_shared_libgcc" 1>&6 ...@@ -19345,8 +19345,8 @@ echo "$ac_t""$glibcpp_shared_libgcc" 1>&6
# as the tested-for version. See GLIBCPP_CHECK_LINKER_FEATURES for more. # as the tested-for version. See GLIBCPP_CHECK_LINKER_FEATURES for more.
glibcpp_min_gnu_ld_version=21200 glibcpp_min_gnu_ld_version=21200
# Check to see if unspecified default "yes" value can win, given # Check to see if unspecified "yes" value can win, given results
# results above. # above.
if test $enable_symvers = yes ; then if test $enable_symvers = yes ; then
if test $with_gnu_ld = yes && if test $with_gnu_ld = yes &&
test $glibcpp_gnu_ld_version -ge $glibcpp_min_gnu_ld_version && test $glibcpp_gnu_ld_version -ge $glibcpp_min_gnu_ld_version &&
...@@ -19378,8 +19378,8 @@ else ...@@ -19378,8 +19378,8 @@ else
GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE='#' GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE='#'
GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE= GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE=
fi fi
echo $ac_n "checking versioning on shared lib symbols""... $ac_c" 1>&6 echo $ac_n "checking versioning on shared library symbols""... $ac_c" 1>&6
echo "configure:19383: checking versioning on shared lib symbols" >&5 echo "configure:19383: checking versioning on shared library symbols" >&5
echo "$ac_t""$enable_symvers" 1>&6 echo "$ac_t""$enable_symvers" 1>&6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment