From 0dd9dcfd5cc22ed2d650eb8c38913a6a971f2ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Tue, 20 Dec 2016 23:26:54 +0100 Subject: [PATCH] Set the default value of want_otr to no. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 870a26ab..3de3e757 100644 --- a/configure.ac +++ b/configure.ac @@ -148,7 +148,7 @@ AC_ARG_WITH(otr, else want_otr=no fi, - want_otr=static) + want_otr=no) AC_ARG_ENABLE(true-color, [ --enable-true-color Build with true color support in terminal],