CONFIGURE: Fix compilation on IRIX.
Fixes bug #6666 "IRIX: configure mistakenly detects $_host_alias-strings".
This commit is contained in:
parent
0adb9e7d9b
commit
150ac10a1e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1844,7 +1844,7 @@ fi
|
|||
echo $_global_constructors
|
||||
|
||||
echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG"
|
||||
if test ! "x$(which $_host_alias-strings 2>/dev/null)" = "x"; then
|
||||
if `which $_host_alias-strings >/dev/null 2>&1`; then
|
||||
_strings=$_host_alias-strings
|
||||
echo yes >> "$TMPLOG"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue