Changeset aec56b0


Ignore:
Timestamp:
2006-05-26T15:46:23Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
fcc2da9
Parents:
84eddee
Message:

Allow overriding --arch, support --arch=Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r84eddee raec56b0  
    6666--ssl=...       SSL library to use (gnutls, nss, openssl, sspi, bogus, auto)
    6767                                                        $ssl
     68--arch=...  Override target architecture $arch
     69
    6870EOF
    6971                exit;
     
    407409        echo 'Cygwin is not officially supported.'
    408410;;
     411Windows )
     412        echo OUTFILE=bitlbee.exe >> Makefile.settings
     413        echo LFLAGS+=-lwsock32 >> Makefile.settings
     414        echo EFLAGS+=-lsecur32 >> Makefile.settings
     415;;
    409416* )
    410417        echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'
Note: See TracChangeset for help on using the changeset viewer.