mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
Better wording.
This commit is contained in:
parent
016b42baea
commit
7a4bfc1602
1 changed files with 2 additions and 2 deletions
|
|
@ -149,9 +149,9 @@ AC_ARG_WITH(perl,
|
||||||
want_perl=static)
|
want_perl=static)
|
||||||
|
|
||||||
AC_ARG_WITH(otr,
|
AC_ARG_WITH(otr,
|
||||||
[ --with-otr[=yes|no|module] Build with OTR support - also specifies
|
[ --with-otr[=yes|no|static] Build with OTR support - also specifies
|
||||||
if it should be built into the main irssi
|
if it should be built into the main irssi
|
||||||
binary or as a module (default)],
|
binary (static) or as a module (default)],
|
||||||
if test x$withval = xyes; then
|
if test x$withval = xyes; then
|
||||||
want_otr=module
|
want_otr=module
|
||||||
elif test x$withval = xstatic; then
|
elif test x$withval = xstatic; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue