Changeset e1d3f98
- Timestamp:
- 2012-11-12T14:45:38Z (12 years ago)
- Branches:
- master
- Children:
- 2c18fcd, b006464
- Parents:
- 536dfa1
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r536dfa1 re1d3f98 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.