aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-26 18:17:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-26 18:17:09 +0000
commitfb1a52e0288bd69b465465740690fdcb882efb81 (patch)
treee8816d7154304e9950500dd02953bba19e80e99d
parent03fb862945dabe810f7688eddf6dc26970d0561c (diff)
fix from previous check in, set compression back to on :-(
svn path=/trunk/; revision=15096
-rw-r--r--packaging/nsis/ethereal.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 62698c3c7d..196a9192c1 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -10,7 +10,7 @@
; is no longer the default, so use the /SOLID switch.
; This unfortunately is unknown to NSIS prior to 2.07 and creates an error.
; So if you get an error here, please update to at least NSIS 2.07!
-;SetCompressor /SOLID lzma
+SetCompressor /SOLID lzma
!endif
!ifdef GTK1_DIR & GTK2_DIR