- Timestamp:
- 2006-05-26T15:46:23Z (19 years ago)
- Branches:
- master
- Children:
- fcc2da9
- Parents:
- 84eddee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r84eddee raec56b0 66 66 --ssl=... SSL library to use (gnutls, nss, openssl, sspi, bogus, auto) 67 67 $ssl 68 --arch=... Override target architecture $arch 69 68 70 EOF 69 71 exit; … … 407 409 echo 'Cygwin is not officially supported.' 408 410 ;; 411 Windows ) 412 echo OUTFILE=bitlbee.exe >> Makefile.settings 413 echo LFLAGS+=-lwsock32 >> Makefile.settings 414 echo EFLAGS+=-lsecur32 >> Makefile.settings 415 ;; 409 416 * ) 410 417 echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'
Note: See TracChangeset
for help on using the changeset viewer.