diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 05:43:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 05:43:46 +0200 |
commit | 6a72a574df321683ee51f7cef14255cbb4cdbeba (patch) | |
tree | 9ce428a0575c5226409655f6e29e3d33984fe85d /configure | |
parent | 73c2dce8961e937e97c78f0b8b0ee4abd347756b (diff) |
Move OUTFILE determination to Makefile rather than configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -112,7 +112,6 @@ PCDIR=$pcdir TARGET=$target ARCH=$arch CPU=$cpu -OUTFILE=bitlbee DESTDIR= LFLAGS= @@ -510,7 +509,6 @@ CYGWIN* ) echo 'Cygwin is not officially supported.' ;; Windows ) - echo OUTFILE=bitlbee.exe >> Makefile.settings ;; * ) echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.' |