Changes in configure [04f0c10:858ea01]
Legend:
- Unmodified
- Added
- Removed
-
configure
r04f0c10 r858ea01 34 34 gcov=0 35 35 plugins=1 36 otr= 036 otr=auto 37 37 38 38 events=glib … … 73 73 74 74 --purple=0/1 Disable/enable libpurple support $purple 75 (automatically disables other protocol modules)76 75 77 76 --debug=0/1 Disable/enable debugging $debug … … 79 78 --gcov=0/1 Disable/enable test coverage reporting $gcov 80 79 --plugins=0/1 Disable/enable plugins support $plugins 81 --otr=0/1/auto/plugin 82 Disable/enable OTR encryption support $otr 80 --otr=0/1 Disable/enable OTR encryption support $otr 83 81 84 82 --events=... Event handler (glib, libevent) $events … … 427 425 fi; 428 426 429 if [ "$msn" = "1" -a "$ssl" != "openssl" ]; then430 # Needed for MSN only. OpenSSL exports nice cipher functions already,431 # others don't, so use our own 3des code.432 echo 'DES=des.o' >> Makefile.settings433 fi434 435 427 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings 436 428
Note: See TracChangeset
for help on using the changeset viewer.