From 077327daa4b1868e4d7b557063d499234d98c6e6 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 13 Nov 2005 19:36:34 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_LANG_C_CONFIG): Removed `lt_prog_cc_shlib' cruft, not needed any more. --- ChangeLog | 5 +++++ libtool.m4 | 14 -------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index e012ba31a..73f3d37a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-13 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_LANG_C_CONFIG): + Removed `lt_prog_cc_shlib' cruft, not needed any more. + 2005-11-13 Kean Johnston , Tim Rice diff --git a/libtool.m4 b/libtool.m4 index b684e4c22..028c8b045 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2634,20 +2634,6 @@ _LT_AC_SYS_COMPILER _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE -# -# Check for any special shared library compilation flags. -# -_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= -if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then - AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) - if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : - else - AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) - _LT_AC_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 -- 2.47.3