From af9c94d06f2b08c40d43b00dfbb41330258af2be Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 18 May 2006 18:18:45 +0000 Subject: [PATCH] SuSE 9.3 reportedly needs -lncurses for setupterm(). --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0010da1b..19f29c095 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,8 @@ esac # TODO turn this into a macro? save_LIBS=$LIBS -AC_SEARCH_LIBS([setupterm], [termlib termcap curses]) +AC_SEARCH_LIBS([setupterm], [termlib termcap curses ncurses]) +# FIXME if not found, complain and switch off highlighting termlibs=`echo $LIBS | sed s/\`echo $save_LIBS | sed 's/././g'\`'$//'` AC_SUBST(termlibs) LIBS=$save_LIBS -- 2.43.0