]> andersk Git - libfaim.git/commitdiff
Fine then.
authormid <mid>
Fri, 1 Jun 2001 20:15:58 +0000 (20:15 +0000)
committermid <mid>
Fri, 1 Jun 2001 20:15:58 +0000 (20:15 +0000)
configure.in

index 6d795d3a25ceafa4a2028a4fb739de32780287d5..ce2cb8c940e73e81f8ba403dc0eb994c6c55fd81 100644 (file)
@@ -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"
 )
This page took 0.127543 seconds and 5 git commands to generate.