mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Better wording.
This commit is contained in:
parent
016b42baea
commit
7a4bfc1602
@ -149,9 +149,9 @@ AC_ARG_WITH(perl,
|
||||
want_perl=static)
|
||||
|
||||
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
|
||||
binary or as a module (default)],
|
||||
binary (static) or as a module (default)],
|
||||
if test x$withval = xyes; then
|
||||
want_otr=module
|
||||
elif test x$withval = xstatic; then
|
||||
|
Loading…
Reference in New Issue
Block a user