]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LANG_C_CONFIG):
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Nov 2005 19:35:43 +0000 (19:35 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Nov 2005 19:35:43 +0000 (19:35 +0000)
Removed `lt_prog_cc_shlib' cruft, not needed any more.

ChangeLog
libltdl/m4/libtool.m4

index 159b7b1259cef802e19af646e7665f24f845bfaa..85475683c72c8f4f950c7b59edc6826327a32d19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-13  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/m4/libtool.m4 (_LT_LANG_C_CONFIG):
+       Removed `lt_prog_cc_shlib' cruft, not needed any more.
+
 2005-11-13  Kean Johnston  <jkj@sco.com>,
            Tim Rice  <tim@multitalents.net>
 
index 21e00e8a1ce0591987ed091dc6214977172f77dd..e8c5559db7ca21aa6f737f1b53dc58293857d292 100644 (file)
@@ -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