19 lines
970 B
Text
19 lines
970 B
Text
--- configure.orig 2010-04-04 00:21:26.000000000 +0800
|
|
+++ configure 2013-10-21 22:33:39.000000000 +0800
|
|
@@ -12982,12 +12982,12 @@ if test "${with_ncurses+set}" = set; the
|
|
|
|
if $search_ncurses
|
|
then
|
|
- if test -f $withval/include/ncurses.h
|
|
+ if test -f $withval/include/ncurses/ncurses.h
|
|
then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Found ncurses on $withval/include/ncurses.h" >&5
|
|
-$as_echo "Found ncurses on $withval/include/ncurses.h" >&6; }
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Found ncurses on $withval/include/ncurses/ncurses.h" >&5
|
|
+$as_echo "Found ncurses on $withval/include/ncurses/ncurses.h" >&6; }
|
|
|
|
- CURSES_LIBS="-L$withval/lib -lncurses"
|
|
+ CURSES_LIBS="-L$withval/lib -lncurses -ltinfo"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5
|
|
$as_echo_n "checking for initscr in -lncurses... " >&6; }
|
|
if test "${ac_cv_lib_ncurses_initscr+set}" = set; then :
|