aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-17 13:38:07 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-17 13:38:07 +0100
commit54c5ca1c600a7b496163b9c8d9c1901f1d0c8845 (patch)
treede1bb6a42989d858422c53a64d88da870c148ffe
parentdd9a51b2ec4ce539721c46b30244fa853564788c (diff)
Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense.
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index e172d40d..fef1c45b 100755
--- a/configure
+++ b/configure
@@ -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;