diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-31 20:43:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-31 20:43:57 +0200 |
commit | e893d68460908a358a3a0cfbb08c177610955eaf (patch) | |
tree | 66d55f7b011c8f76b954a788415b4ae417256dfa /configure | |
parent | 1ff958d4fcd4d458c433c416fb119cc20e5eeba8 (diff) | |
download | egawk-e893d68460908a358a3a0cfbb08c177610955eaf.tar.gz egawk-e893d68460908a358a3a0cfbb08c177610955eaf.tar.bz2 egawk-e893d68460908a358a3a0cfbb08c177610955eaf.zip |
Cross compile fix for readline checks.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. */ |