]> andersk Git - libfaim.git/commitdiff
Add -lcurses to readline check.
authormid <mid>
Fri, 1 Jun 2001 20:13:55 +0000 (20:13 +0000)
committermid <mid>
Fri, 1 Jun 2001 20:13:55 +0000 (20:13 +0000)
configure.in

index 5827443f2af802f1521d49c842d05ab4c6e1df40..6d795d3a25ceafa4a2028a4fb739de32780287d5 100644 (file)
@@ -50,7 +50,8 @@ AC_CHECK_FUNCS(gethostname gettimeofday select socket strdup strstr strtol uname
 
 AC_CHECK_LIB(readline, rl_callback_handler_install,
        READLINELIB="-lreadline",
-       AC_MSG_ERROR(unable to find GNU readline);
+       AC_MSG_ERROR(unable to find GNU readline),
+       "-lcurses"
 )
 
 AC_SUBST(CFLAGS)
This page took 0.197828 seconds and 5 git commands to generate.