summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-06-17 14:40:13 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-06-17 14:40:13 +0000
commitb67f641ac19d72b0d0d48716262987b13239be9a (patch)
tree986d54ea7ebd28efdd61d202e437d0a66bdb9380 /configure.in
parent98e3a37d7b33056609f317a3f88dd8205570951f (diff)
downloadirssi-b67f641ac19d72b0d0d48716262987b13239be9a.zip
Remove cuix from trunk.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4560 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index c6f8dbf7..d6e8100d 100644
--- a/configure.in
+++ b/configure.in
@@ -99,14 +99,6 @@ AC_ARG_WITH(terminfo,
fi,
want_terminfo=yes)
-AC_ARG_WITH(cuix,
-[ --with-cuix Use curses ui extended (experimental, not usable)],
- if test x$withval = xyes; then
- want_terminfo=no
- want_cuix=yes
- fi, want_cuix=no)
-
-
AC_ARG_WITH(modules,
[ --with-modules Specify what modules to build in binary],
if test x$withval != xyes -a x$withval != xno; then
@@ -310,10 +302,6 @@ if test "x$want_socks" = "xyes"; then
])
fi
-if test "x$want_cuix" = "xyes"; then
- AC_DEFINE([HAVE_CUIX], [1] ,[Enable cuix support])
-fi
-
dnl **
dnl ** fe-text checks
dnl **
@@ -676,7 +664,6 @@ AM_CONDITIONAL(HAVE_PERL, test "$want_perl" != "no")
AM_CONDITIONAL(HAVE_STATIC_PERL, test "$want_perl" = "static")
AM_CONDITIONAL(NEED_TPARM, test "$need_tparm" = "yes")
AM_CONDITIONAL(USE_CURSES, test "$want_terminfo" != "yes" -a "$want_termcap" != "yes")
-AM_CONDITIONAL(USE_CUIX, test "$want_cuix" = "yes")
# move LIBS to PROG_LIBS so they're not tried to be used when linking eg. perl libraries
PROG_LIBS=$LIBS