From 1c2eaa3c99a2e7fbe264b06e559f3d709b9a080d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 17 Feb 2010 00:17:04 +0000 Subject: Also disable Yahoo! module if SSL support is missing since it also fully depends on working SSL support. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9d92cedf..cac1161e 100755 --- a/configure +++ b/configure @@ -359,11 +359,11 @@ elif [ "$ssl" = "bogus" ]; then echo 'Using bogus SSL code. This means some features will not work properly.' ## Yes, you, at the console! How can you authenticate if you don't have any SSL!? - if [ "$msn" = "1" ]; then + if [ "$msn" = "1" -o "$yahoo" = "1" ]; then echo - echo 'Real SSL support is necessary for MSN authentication, will build without' - echo 'MSN protocol support.' + echo 'WARNING: The MSN and Yahoo! modules will not work without SSL. Disabling.' msn=0 + yahoo=0 fi ret=1 -- cgit v1.2.3