* configure.in: Check for the readline library, and the termcap
[bpt/guile.git] / configure.in
index 67ab605..01afc75 100644 (file)
@@ -61,6 +61,8 @@ AC_CHECK_FUNC(connect)
 if test $ac_cv_func_connect = no; then
     AC_CHECK_LIB(socket, connect)
 fi
+AC_CHECK_LIB(termcap, tgoto)
+AC_CHECK_LIB(readline, readline)
 
 # Checks for dynamic linking