AIX needs -lcurses for setupterm().

This commit is contained in:
Markus Armbruster 2006-03-06 18:21:36 +00:00
parent 13421c7c0e
commit 99afa2adce

View file

@ -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