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.Types
import Ledger.Dates import Ledger.Dates
configflags = [ configflags = tail [""
#ifdef VTY #ifdef VTY
"vty" ,"vty"
#endif #endif
#ifdef ANSI #ifdef ANSI
,"ansi" ,"ansi"