aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-11 22:29:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-11 22:29:38 +0200
commitac5d2bf77c871ab5c9da4ff34a11416a61cee826 (patch)
tree886f0555085d49cd802b52ad8192d58234f6a551 /configure
parent0102531b85a7cb85320c0b499c52d44f6822d1f0 (diff)
downloadegawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.tar.gz
egawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.tar.bz2
egawk-ac5d2bf77c871ab5c9da4ff34a11416a61cee826.zip
Build fix for BSD systems.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2b4a193a..5f55dc2b 100755
--- a/configure
+++ b/configure
@@ -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