fix a build error with certain flags

This commit is contained in:
Simon Michael 2009-01-26 20:24:51 +00:00
parent 195fc13fcf
commit 00a89bf472

View File

@ -12,9 +12,9 @@ import Ledger.Utils
import Ledger.Types
import Ledger.Dates
configflags = [
configflags = tail [""
#ifdef VTY
"vty"
,"vty"
#endif
#ifdef ANSI
,"ansi"