aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-31 20:43:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-31 20:43:57 +0200
commite893d68460908a358a3a0cfbb08c177610955eaf (patch)
tree66d55f7b011c8f76b954a788415b4ae417256dfa /configure
parent1ff958d4fcd4d458c433c416fb119cc20e5eeba8 (diff)
downloadegawk-e893d68460908a358a3a0cfbb08c177610955eaf.tar.gz
egawk-e893d68460908a358a3a0cfbb08c177610955eaf.tar.bz2
egawk-e893d68460908a358a3a0cfbb08c177610955eaf.zip
Cross compile fix for readline checks.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 246641d2..769237e7 100755
--- a/configure
+++ b/configure
@@ -10355,10 +10355,8 @@ fi
$as_echo_n "checking whether readline via \"$_combo\" is present and sane... " >&6; }
if test "$cross_compiling" = yes; 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
-See \`config.log' for more details" "$LINENO" 5; }
+ _found_readline=no
+
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */