]> andersk Git - libfaim.git/blobdiff - configure.in
- Wed Jun 27 00:13:20 EDT 2001
[libfaim.git] / configure.in
index 5827443f2af802f1521d49c842d05ab4c6e1df40..ce2cb8c940e73e81f8ba403dc0eb994c6c55fd81 100644 (file)
@@ -49,8 +49,9 @@ AC_FUNC_VPRINTF
 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);
+       READLINELIB="-lreadline -lcurses",
+       AC_MSG_ERROR(unable to find GNU readline),
+       "-lcurses"
 )
 
 AC_SUBST(CFLAGS)
This page took 0.036798 seconds and 4 git commands to generate.