From ff037b537b1e3608fb529ce416b284ce5e03e337 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 1 Jun 2005 12:46:32 +0000 Subject: [lcd4linux @ 2005-06-01 12:46:31 by reinelt] --with-python added to configure --- curses.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'curses.m4') diff --git a/curses.m4 b/curses.m4 index e5c2234..5339c39 100644 --- a/curses.m4 +++ b/curses.m4 @@ -119,7 +119,7 @@ AC_DEFUN([AC_CHECK_CURSES],[ ]) AC_ARG_WITH(vcurses, - [ --with-vcurses[=incdir] Used to force SysV curses], + [ --with-vcurses[=incdir] Used to force SysV curses], if test x$withval != xyes; then CURSES_INCLUDEDIR="-I$withval" fi @@ -127,7 +127,7 @@ AC_DEFUN([AC_CHECK_CURSES],[ ) AC_ARG_WITH(ncurses, - [ --with-ncurses[=dir] Compile with ncurses/locate base dir], + [ --with-ncurses[=dir] Compile with ncurses/locate base dir], if test x$withval = xno ; then search_ncurses=false elif test x$withval != xyes ; then -- cgit v1.2.3