mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
Remove cuix from trunk.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4560 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
98e3a37d7b
commit
b67f641ac1
13 changed files with 0 additions and 735 deletions
13
configure.in
13
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue