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

ChangeLog
libtool.m4

index e012ba31a55e2ef0ab9d44a66ac1591375c0bd60..73f3d37a77eb470f1b719a76e1dee9815f1841b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-13  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4 (AC_LIBTOOL_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 b684e4c2212f6c1bb97d76810ecdb4f248d89574..028c8b045f0028f6f3a64fe197a4a2cf0bdbad75 100644 (file)
@@ -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