diff options
author | D G Turner | 2014-05-21 22:26:22 +0100 |
---|---|---|
committer | D G Turner | 2014-05-21 22:26:22 +0100 |
commit | 2ff0a553c303569412030a55d61802f7006727f1 (patch) | |
tree | 06462343c269eea3af403346168afa2a72c533c8 /configure | |
parent | d0c363524451fbdeee7459ca544eb26f20b4d789 (diff) | |
download | scummvm-rg350-2ff0a553c303569412030a55d61802f7006727f1.tar.gz scummvm-rg350-2ff0a553c303569412030a55d61802f7006727f1.tar.bz2 scummvm-rg350-2ff0a553c303569412030a55d61802f7006727f1.zip |
CONFIGURE: Send output for host-alias-strings test to config.log
This is not critical to build configuration and any problems would
be visible by an incorrect endian test result.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1843,13 +1843,13 @@ if test "$_global_constructors" = yes; then fi echo $_global_constructors -echo_n "Checking for $_host_alias-strings... " +echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG" if test ! "x$(which $_host_alias-strings 2>/dev/null)" = "x"; then _strings=$_host_alias-strings -echo yes +echo yes >> "$TMPLOG" else _strings=strings -echo no +echo no >> "$TMPLOG" fi # |