mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
CONFIGURE: Fix information output for host-alias-strings test.
Thanks to LordHoto for the amendment to surpress error output.
This commit is contained in:
parent
e89b0fd439
commit
d0c3635244
5
configure
vendored
5
configure
vendored
@ -1843,10 +1843,13 @@ if test "$_global_constructors" = yes; then
|
||||
fi
|
||||
echo $_global_constructors
|
||||
|
||||
if test ! "x$(which $_host_alias-strings)" = "x"; then
|
||||
echo_n "Checking for $_host_alias-strings... "
|
||||
if test ! "x$(which $_host_alias-strings 2>/dev/null)" = "x"; then
|
||||
_strings=$_host_alias-strings
|
||||
echo yes
|
||||
else
|
||||
_strings=strings
|
||||
echo no
|
||||
fi
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user