1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Better wording.

This commit is contained in:
Alexander Færøy 2018-02-27 00:04:56 +01:00
parent 016b42baea
commit 7a4bfc1602

View File

@ -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