Set the default value of want_otr to no.

This commit is contained in:
Alexander Færøy 2016-12-20 23:26:54 +01:00
commit 0dd9dcfd5c
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53

View file

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