diff options
| -rwxr-xr-x | configure | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -533,6 +533,13 @@ EOF  	oscar=0  	yahoo=0  	twitter=0 +	 +	if [ "$events" = "libevent" ]; then +		echo +		echo 'Warning: Some libpurple modules (including msn-pecan) do their event handling' +		echo 'outside libpurple, talking to GLib directly. At least for now the combination' +		echo 'libpurple + libevent is *not* recommended!' +	fi  fi  if [ "$msn" = 0 ]; then | 
