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,
This commit is contained in:
Gary V. Vaughan 2001-08-07 20:20:14 +00:00
parent 15d4e43c85
commit f88c1445a6
2 changed files with 7 additions and 1 deletions

View File

@ -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>:

View File

@ -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"
;;