]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Switch on $CC not $cc_basename.
authorAllan Sandfeld Jensen <snowwolf@one2one-networks.com>
Sat, 5 Apr 2003 19:30:34 +0000 (19:30 +0000)
committerRobert Boehne <rboehne@gnu.org>
Sat, 5 Apr 2003 19:30:34 +0000 (19:30 +0000)
ChangeLog
libtool.m4

index 997e78500e9972dde030f39bd4091f532ccfaf78..f36501172545ec7dfa60986f523a3901a4c9d216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-05  Allan Sandfeld Jensen  <snowwolf@one2one-networks.com>
+
+       * libtool.m4: Switch on $CC not $cc_basename.
+
 2003-04-02  Robert Boehne  <rboehne@gnu.org>
 
        * tests/defs: Quote $DJGPP to prevent problems with some shells.
index b66e22298e6b8cba9e828c34722b02ddf3e55c9d..d1711a836344e34a52e33c37a32d45521ca836dd 100644 (file)
@@ -4869,7 +4869,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       ;;
 
     linux*)
-      case $cc_basename in
+      case $CC in
       icc|ecc)
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'