forked from PsychoticNinja/irssi
Reflect the actual default value in descriptions of configure options.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4726 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
255d9f1f47
commit
e27de38696
@ -39,7 +39,7 @@ AC_ARG_WITH(socks,
|
|||||||
want_socks=no)
|
want_socks=no)
|
||||||
|
|
||||||
AC_ARG_WITH(textui,
|
AC_ARG_WITH(textui,
|
||||||
[ --with-textui Build text frontend],
|
[ --without-textui Build without text frontend],
|
||||||
if test x$withval = xno; then
|
if test x$withval = xno; then
|
||||||
want_textui=no
|
want_textui=no
|
||||||
else
|
else
|
||||||
@ -66,7 +66,7 @@ AC_ARG_WITH(proxy,
|
|||||||
want_irssiproxy=no)
|
want_irssiproxy=no)
|
||||||
|
|
||||||
AC_ARG_WITH(terminfo,
|
AC_ARG_WITH(terminfo,
|
||||||
[ --with-terminfo Use terminfo directly instead of curses],
|
[ --without-terminfo Use curses backend instead of terminfo],
|
||||||
if test x$withval = xno; then
|
if test x$withval = xno; then
|
||||||
want_terminfo=no
|
want_terminfo=no
|
||||||
else
|
else
|
||||||
@ -154,7 +154,7 @@ AC_ARG_WITH(perl,
|
|||||||
want_perl=static)
|
want_perl=static)
|
||||||
|
|
||||||
AC_ARG_ENABLE(ipv6,
|
AC_ARG_ENABLE(ipv6,
|
||||||
[ --enable-ipv6 Enable IPv6 support],
|
[ --disable-ipv6 Disable IPv6 support],
|
||||||
if test x$enableval = xno; then
|
if test x$enableval = xno; then
|
||||||
want_ipv6=no
|
want_ipv6=no
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user