diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-11 22:29:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-11 22:29:38 +0200 |
commit | ac5d2bf77c871ab5c9da4ff34a11416a61cee826 (patch) | |
tree | 886f0555085d49cd802b52ad8192d58234f6a551 /configure | |
parent | 0102531b85a7cb85320c0b499c52d44f6822d1f0 (diff) | |
download | egawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.tar.gz egawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.tar.bz2 egawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.zip |
Build fix for BSD systems.
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 |