blob: 2af6682a74343828f1e3b3d8b2ebe60e857e98cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
rl-no-cross-check.dpatch by <doko@debian.org>
configure: Don't check for cross compilation
--- a/configure
+++ b/configure
@@ -3145,7 +3145,7 @@ ac_clean_files="$ac_clean_files conftest
# the compiler is broken, or we cross compile.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
$as_echo_n "checking whether we are cross compiling... " >&6; }
-if test "$cross_compiling" != yes; then
+if false && test "$cross_compiling" != yes; then
{ { ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|