1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Remove --with-ncurses option, it collides with the one from curses.m4.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4325 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2006-09-08 16:42:44 +00:00 committed by exg
parent 7e7c841ead
commit 249b7bf4e7

View File

@ -96,18 +96,11 @@ AC_ARG_WITH(terminfo,
fi,
want_terminfo=yes)
AC_ARG_WITH(ncurses,
[ --with-ncurses Use curses],
if test x$withval = xyes; then
want_terminfo=no
fi, want_curses=yes)
AC_ARG_WITH(cuix,
[ --with-cuix Use curses ui extended],
if test x$withval = xyes; then
want_terminfo=no
want_cuix=yes
want_curses=yes
fi, want_cuix=no)