summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@irssi.org>2018-02-27 00:04:56 +0100
committerAlexander Færøy <ahf@irssi.org>2018-02-27 00:04:56 +0100
commit7a4bfc16021e7762bd8e6c5d11d0f913101dc5b4 (patch)
tree3032bf52e75fab48e3e8a66c10baf4f82c732671
parent016b42baea9d7dcd2a284f873246c06259c560dd (diff)
downloadirssi-7a4bfc16021e7762bd8e6c5d11d0f913101dc5b4.zip
Better wording.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6cba4fb3..2852480c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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