mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Set the default value of want_otr to no.
This commit is contained in:
parent
6f6a8db260
commit
0dd9dcfd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ AC_ARG_WITH(otr,
|
||||||
else
|
else
|
||||||
want_otr=no
|
want_otr=no
|
||||||
fi,
|
fi,
|
||||||
want_otr=static)
|
want_otr=no)
|
||||||
|
|
||||||
AC_ARG_ENABLE(true-color,
|
AC_ARG_ENABLE(true-color,
|
||||||
[ --enable-true-color Build with true color support in terminal],
|
[ --enable-true-color Build with true color support in terminal],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue