From 99afa2adced5660e826034e2a60a1f48864f1d08 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 6 Mar 2006 18:21:36 +0000 Subject: [PATCH] AIX needs -lcurses for setupterm(). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 040730cf..1f0d59a4 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ esac # TODO turn this into a macro? save_LIBS=$LIBS -AC_SEARCH_LIBS([setupterm], [termlib termcap]) +AC_SEARCH_LIBS([setupterm], [termlib termcap curses]) termlibs=`echo $LIBS | sed s/\`echo $save_LIBS | sed 's/././g'\`'$//'` AC_SUBST(termlibs) LIBS=$save_LIBS