23 lines
858 B
Diff
23 lines
858 B
Diff
diff --git configure configure
|
|
index 4495abe..951dd7e 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -2664,7 +2664,7 @@ $as_echo "$ac_try_echo"; } >&5
|
|
else
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
-as_fn_error $? "cannot run C compiled programs.
|
|
+$as_echo "cannot run C compiled programs.
|
|
If you meant to cross compile, use \`--host'.
|
|
See \`config.log' for more details" "$LINENO" 5 ; }
|
|
fi
|
|
@@ -3953,7 +3953,7 @@ rm -f core conftest.err conftest.$ac_objext \
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
|
-if test "$cross_compiling" = yes; then :
|
|
+if test "$cross_compiling" = xxx; then :
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
as_fn_error $? "cannot run test program while cross compiling
|