]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
ltmain.in [irix*]: $with_gcc is either "yes" or "" (empty string)
authorGary V. Vaughan <gary@gnu.org>
Tue, 7 Aug 2001 20:20:14 +0000 (20:20 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 7 Aug 2001 20:20:14 +0000 (20:20 +0000)
with current autoconf, so we need to be robust to that when testing
it,

ChangeLog
ltmain.in

index e82b498654d213b3fa24f7915d4cc9bd64af70ba..597a06f8caa5ae158c085a2d4b5bdeaa57e53523 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-07  Gary V. Vaughan  <gary@gnu.org>
+
+       ltmain.in [irix*]: $with_gcc is either "yes" or "" (empty string)
+       with current autoconf, so we need to be robust to that when testing
+       it,
+
 2001-08-06  Gary V. Vaughan  <gary@gnu.org>
 
        From Brad <brad@comstyle.com>:
index d824487fec0beae368f26d3a962240f72b5a3627..d3d0535e8e561ff38eca77624f0802c0f25d2a78 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1171,7 +1171,7 @@ EOF
       # so, if we see these flags be careful not to treat them like -L
       -L[A-Z][A-Z]*:*)
        case $with_gcc/$host in
-       no/*-*-irix*)
+       no/*-*-irix* | /*-*-irix*)
          compile_command="$compile_command $arg"
          finalize_command="$finalize_command $arg"
          ;;