]> andersk Git - libfaim.git/blobdiff - configure.in
- Sun Oct 14 19:45:54 PDT 2001
[libfaim.git] / configure.in
index 6d795d3a25ceafa4a2028a4fb739de32780287d5..14deb3cba6f72b6cd4a8507a3472a379a588bc00 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/login.c)
-AM_INIT_AUTOMAKE(libfaim, 0.99.1)
+AM_INIT_AUTOMAKE(libfaim, 0.99.2)
 
 AC_PREFIX_DEFAULT(/usr)
 AM_CONFIG_HEADER(include/libfaim_config.h)
@@ -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.954622 seconds and 4 git commands to generate.