- Timestamp:
- 2010-03-12T19:10:16Z (15 years ago)
- Branches:
- master
- Children:
- dde9d571
- Parents:
- 08e5bb2 (diff), 8b6b740 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r08e5bb2 rbe609ff 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.