From: mid Date: Fri, 1 Jun 2001 20:15:58 +0000 (+0000) Subject: Fine then. X-Git-Tag: rel_0_99_2~36 X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/commitdiff_plain/01836aaca2d3a85e2d79362c15fa80df0c321824 Fine then. --- diff --git a/configure.in b/configure.in index 6d795d3..ce2cb8c 100644 --- a/configure.in +++ b/configure.in @@ -49,7 +49,7 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS(gethostname gettimeofday select socket strdup strstr strtol uname) AC_CHECK_LIB(readline, rl_callback_handler_install, - READLINELIB="-lreadline", + READLINELIB="-lreadline -lcurses", AC_MSG_ERROR(unable to find GNU readline), "-lcurses" )