mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
--disable-curses-windows option to configure
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@723 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
62473e354f
commit
11f2accbb1
8 changed files with 97 additions and 26 deletions
|
|
@ -27,6 +27,7 @@ $libtool_flags --disable-static --output=libtool-static --no-verify $ac_aux_dir/
|
|||
|
||||
AC_CHECK_HEADERS(string.h stdlib.h unistd.h dirent.h sys/ioctl.h libintl.h)
|
||||
|
||||
|
||||
AC_ARG_WITH(socks,
|
||||
[ --with-socks Build with socks support],
|
||||
if test x$withval = xyes; then
|
||||
|
|
@ -131,6 +132,13 @@ AC_ARG_WITH(servertest,
|
|||
fi,
|
||||
want_servertest=no)
|
||||
|
||||
AC_ARG_ENABLE(curses-windows,
|
||||
[ --enable-curses-windows Use curses windows],
|
||||
if test x$enableval != xno; then
|
||||
AC_DEFINE(USE_CURSES_WINDOWS)
|
||||
fi,
|
||||
AC_DEFINE(USE_CURSES_WINDOWS))
|
||||
|
||||
AC_ARG_ENABLE(memdebug,
|
||||
[ --enable-memdebug Enable memory debugging],
|
||||
if test x$enableval = xyes; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue