aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9f3f9e1..1d49aca 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT
-AM_INIT_AUTOMAKE(powwow, 1.2.9)
+AM_INIT_AUTOMAKE(powwow, 1.2.10)
AC_ARG_ENABLE(vt100,
AC_HELP_STRING([--enable-vt100],
@@ -32,7 +32,7 @@ AC_ARG_ENABLE(bsd,
AC_PROG_CC
# Checks for libraries.
-AC_CHECK_LIB(curses, initscr)
+AC_SEARCH_LIBS(initscr,[ncurses curses])
AC_CHECK_FUNC(regcomp,AC_DEFINE(USE_REGEXP))
AC_CHECK_FUNC(lrand48,,AC_DEFINE(USE_RANDOM))