From: Ralf Wildenhues Date: Sun, 13 Nov 2005 19:35:43 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_LANG_C_CONFIG): X-Git-Tag: release-2-1b~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8774d4f1ebdd311565666aa56582fd207c2f82;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_LANG_C_CONFIG): Removed `lt_prog_cc_shlib' cruft, not needed any more. --- diff --git a/ChangeLog b/ChangeLog index 159b7b125..85475683c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-13 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_LANG_C_CONFIG): + Removed `lt_prog_cc_shlib' cruft, not needed any more. + 2005-11-13 Kean Johnston , Tim Rice diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 21e00e8a1..e8c5559db 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4900,20 +4900,6 @@ compiler_DEFAULT=$CC _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE -# -# Check for any special shared library compilation flags. -# -_LT_TAGVAR(lt_prog_cc_shlib, $1)= -if test -n "$_LT_TAGVAR(lt_prog_cc_shlib, $1)"; then - AC_MSG_WARN([`$CC' requires `$_LT_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) - if $ECHO "$old_CC $old_CFLAGS " | $GREP "[[ ]]$_LT_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : - else - AC_MSG_WARN([add `$_LT_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) - _LT_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no - fi -fi - - ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly