Changeset 1c2eaa3 for configure


Ignore:
Timestamp:
2010-02-17T00:17:04Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c32f492, d1ad6f0
Parents:
ccba980
Message:

Also disable Yahoo! module if SSL support is missing since it also fully
depends on working SSL support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rccba980 r1c2eaa3  
    360360       
    361361        ## Yes, you, at the console! How can you authenticate if you don't have any SSL!?
    362         if [ "$msn" = "1" ]; then
     362        if [ "$msn" = "1" -o "$yahoo" = "1" ]; then
    363363                echo
    364                 echo 'Real SSL support is necessary for MSN authentication, will build without'
    365                 echo 'MSN protocol support.'
     364                echo 'WARNING: The MSN and Yahoo! modules will not work without SSL. Disabling.'
    366365                msn=0
     366                yahoo=0
    367367        fi
    368368       
Note: See TracChangeset for help on using the changeset viewer.