- Timestamp:
- 2010-02-17T00:17:04Z (15 years ago)
- Branches:
- master
- Children:
- c32f492, d1ad6f0
- Parents:
- ccba980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rccba980 r1c2eaa3 360 360 361 361 ## Yes, you, at the console! How can you authenticate if you don't have any SSL!? 362 if [ "$msn" = "1" ]; then362 if [ "$msn" = "1" -o "$yahoo" = "1" ]; then 363 363 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.' 366 365 msn=0 366 yahoo=0 367 367 fi 368 368
Note: See TracChangeset
for help on using the changeset viewer.