From 04f0c10b5a45d0bb1a1f8888e0eb2f6db8fc1b84 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 2 Oct 2010 19:50:20 -0700 Subject: At least for now, only enable OTR if the user specifically asks for it. Distros can now ship a bitlbee-plugin-otr package (that should work with both bitlbee and bitlbee-libpurple). --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e5c9d299..fa7a76bd 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ debug=0 strip=1 gcov=0 plugins=1 -otr=auto +otr=0 events=glib ldap=0 @@ -72,12 +72,14 @@ Option Description Default --twitter=0/1 Disable/enable Twitter part $twitter --purple=0/1 Disable/enable libpurple support $purple + (automatically disables other protocol modules) --debug=0/1 Disable/enable debugging $debug --strip=0/1 Disable/enable binary stripping $strip --gcov=0/1 Disable/enable test coverage reporting $gcov --plugins=0/1 Disable/enable plugins support $plugins ---otr=0/1 Disable/enable OTR encryption support $otr +--otr=0/1/auto/plugin + Disable/enable OTR encryption support $otr --events=... Event handler (glib, libevent) $events --ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto) -- cgit v1.2.3