- Timestamp:
- 2012-11-17T23:51:21Z (12 years ago)
- Branches:
- master
- Children:
- 5aa96fc8
- Parents:
- d1356cb (diff), e1d3f98 (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
rd1356cb rb006464 91 91 92 92 --events=... Event handler (glib, libevent) $events 93 --ssl=... SSL library to use (gnutls, nss, openssl, bogus,auto)93 --ssl=... SSL library to use (gnutls, nss, openssl, auto) 94 94 $ssl 95 95 … … 434 434 435 435 ret=1 436 elif [ "$ssl" = "bogus" ]; then437 echo438 echo 'Using bogus SSL code. This means some features will not work properly.'439 440 ## Yes, you, at the console! How can you authenticate if you don't have any SSL!?441 if [ "$msn" = "1" -o "$yahoo" = "1" ]; then442 echo443 echo 'WARNING: The MSN and Yahoo! modules will not work without SSL. Disabling.'444 msn=0445 yahoo=0446 fi447 448 ret=1449 436 else 450 437 echo … … 457 444 echo 'ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).' 458 445 echo ' Please note that this script doesn'\''t have detection code for OpenSSL,' 459 echo ' so if you want to use that, you have to select it by hand. If you don'\''t' 460 echo ' need SSL support, you can select the "bogus" SSL library. (--ssl=bogus)' 446 echo ' so if you want to use that, you have to select it by hand.' 461 447 462 448 exit 1
Note: See TracChangeset
for help on using the changeset viewer.