mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
7e7c841ead
commit
249b7bf4e7
@ -96,18 +96,11 @@ AC_ARG_WITH(terminfo,
|
|||||||
fi,
|
fi,
|
||||||
want_terminfo=yes)
|
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,
|
AC_ARG_WITH(cuix,
|
||||||
[ --with-cuix Use curses ui extended],
|
[ --with-cuix Use curses ui extended],
|
||||||
if test x$withval = xyes; then
|
if test x$withval = xyes; then
|
||||||
want_terminfo=no
|
want_terminfo=no
|
||||||
want_cuix=yes
|
want_cuix=yes
|
||||||
want_curses=yes
|
|
||||||
fi, want_cuix=no)
|
fi, want_cuix=no)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user