- Timestamp:
- 2005-12-17T18:55:46Z (19 years ago)
- Branches:
- master
- Children:
- 2db811a
- Parents:
- 8a9afe4 (diff), b5a22e3 (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
r8a9afe4 r52b3a99 252 252 if [ "$ret" = "0" ]; then 253 253 echo 254 echo ' WARNING: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).'255 echo ' 256 echo ' 257 echo ' 254 echo 'ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).' 255 echo ' This is necessary for MSN and full Jabber support. To continue,' 256 echo ' install a suitable SSL library or disable MSN support (--msn=0).' 257 echo ' If you want Jabber without SSL support you can try --ssl=bogus.' 258 258 259 259 exit 1; … … 308 308 echo '#define WITH_MSN' >> config.h 309 309 protocols=$protocols'msn ' 310 protoobjs=$protoobjs'msn n.o '310 protoobjs=$protoobjs'msn_mod.o ' 311 311 fi 312 312 … … 316 316 echo '#define WITH_JABBER' >> config.h 317 317 protocols=$protocols'jabber ' 318 protoobjs=$protoobjs'jabber r.o '318 protoobjs=$protoobjs'jabber_mod.o ' 319 319 fi 320 320 … … 324 324 echo '#define WITH_OSCAR' >> config.h 325 325 protocols=$protocols'oscar ' 326 protoobjs=$protoobjs'oscar r.o '326 protoobjs=$protoobjs'oscar_mod.o ' 327 327 fi 328 328 … … 332 332 echo '#define WITH_YAHOO' >> config.h 333 333 protocols=$protocols'yahoo ' 334 protoobjs=$protoobjs'yahoo o.o '334 protoobjs=$protoobjs'yahoo_mod.o ' 335 335 fi 336 336
Note: See TracChangeset
for help on using the changeset viewer.