diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 13:38:07 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 13:38:07 +0100 | 
| commit | 54c5ca1c600a7b496163b9c8d9c1901f1d0c8845 (patch) | |
| tree | de1bb6a42989d858422c53a64d88da870c148ffe | |
| parent | dd9a51b2ec4ce539721c46b30244fa853564788c (diff) | |
Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense.
| -rwxr-xr-x | configure | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -251,10 +251,10 @@ if [ "$msn" = 1 -o "$jabber" = 1 ]; then  	if [ "$ret" = "0" ]; then  		echo -		echo 'WARNING: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).' -		echo '         This is necessary for MSN and full Jabber support. To continue,' -		echo '         install a suitable SSL library or disable MSN support (--msn=0).' -		echo '         If you want Jabber without SSL support you can try --ssl=bogus.' +		echo 'ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).' +		echo '       This is necessary for MSN and full Jabber support. To continue,' +		echo '       install a suitable SSL library or disable MSN support (--msn=0).' +		echo '       If you want Jabber without SSL support you can try --ssl=bogus.'  		exit 1;  	fi; | 
