diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-02-24 10:50:18 -0800 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-02-24 10:50:18 -0800 | 
| commit | 4e3df8a68b70d0c76c6ee2a172998775697681f6 (patch) | |
| tree | 5d6ddaca94bae7c5e3cb6b1947f80d7547370e5b | |
| parent | da60f28cb75634f40936951b1ce65fd7dce70c07 (diff) | |
More discouraging words on libpurple. Too many people seem to be using it
with no good reason.
| -rwxr-xr-x | configure | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -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  | 
