From 4e3df8a68b70d0c76c6ee2a172998775697681f6 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 24 Feb 2011 10:50:18 -0800 Subject: More discouraging words on libpurple. Too many people seem to be using it with no good reason. --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3