aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index edc4adb0..0728146a 100755
--- a/configure
+++ b/configure
@@ -728,10 +728,16 @@ fi
echo ' Using event handler: '$events
echo ' Using SSL library: '$ssl
-echo ' Building with these storage backends: '$STORAGES
+#echo ' Building with these storage backends: '$STORAGES
if [ -n "$protocols" ]; then
echo ' Building with these protocols:' $protocols
+ case "$protocols" in
+ *purple*)
+ echo " Note that BitlBee-libpurple is supported on a best-effort basis. It's"
+ echo " not *fully* compatible with normal BitlBee. Don't use it unless you"
+ echo " absolutely need it (i.e. support for a certain protocol or feature)."
+ esac
else
echo ' Building without IM-protocol support. We wish you a lot of fun...'
fi