aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-02-24 10:50:18 -0800
committerWilmer van der Gaast <wilmer@gaast.net>2011-02-24 10:50:18 -0800
commit4e3df8a68b70d0c76c6ee2a172998775697681f6 (patch)
tree5d6ddaca94bae7c5e3cb6b1947f80d7547370e5b /configure
parentda60f28cb75634f40936951b1ce65fd7dce70c07 (diff)
More discouraging words on libpurple. Too many people seem to be using it
with no good reason.
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