diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-11 22:30:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-11 22:30:13 +0200 |
commit | 34113aba20ce7c9f3d7834ebdc4cb9f884b67239 (patch) | |
tree | 320f66db87a82cf041a9157b0fdd053d7d0ece10 /configure | |
parent | 6736261fb372cce9bc6c71deea6944fc882c79bb (diff) | |
parent | ac5d2bf77c871ab5c9da4ff34a11416a61cee826 (diff) | |
download | egawk-34113aba20ce7c9f3d7834ebdc4cb9f884b67239.tar.gz egawk-34113aba20ce7c9f3d7834ebdc4cb9f884b67239.tar.bz2 egawk-34113aba20ce7c9f3d7834ebdc4cb9f884b67239.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10467,6 +10467,10 @@ $as_echo "$_found_readline" >&6; } LIBS=$_readline_save_libs if test $_found_readline = yes ; then + case $host_os in + *bsd* ) _combo="$_combo -ltermcap" + ;; + esac $as_echo "#define HAVE_LIBREADLINE 1" >>confdefs.h |