From 249b7bf4e7a8d4f0c18959644c6de58306fd941d Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 8 Sep 2006 16:42:44 +0000 Subject: [PATCH] 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 --- configure.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.in b/configure.in index 921ccb37..a4ae7d9f 100644 --- a/configure.in +++ b/configure.in @@ -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)