diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-04 11:24:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-04 11:24:04 +0200 |
commit | 72bc84e8200de324ca4d24753bfd5f4773e221f5 (patch) | |
tree | d6475110facf23ad52220f134b0872a67281231e /configure | |
parent | fb6fd355f19270e615c178612f640536a1d2345c (diff) | |
download | egawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.tar.gz egawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.tar.bz2 egawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.zip |
PC fixes, compiler warning cleanups, autoconf fix.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10283,15 +10283,15 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline via \"$_combo\" is present and sane" >&5 $as_echo_n "checking whether readline via \"$_combo\" is present and sane... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + #include <stdio.h> #include <readline/readline.h> |