From 00a89bf4727431128a7c05e0010b2af727a3c9eb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Jan 2009 20:24:51 +0000 Subject: [PATCH] fix a build error with certain flags --- Options.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Options.hs b/Options.hs index 7e2e7ddf0..403f24511 100644 --- a/Options.hs +++ b/Options.hs @@ -12,9 +12,9 @@ import Ledger.Utils import Ledger.Types import Ledger.Dates -configflags = [ +configflags = tail ["" #ifdef VTY - "vty" + ,"vty" #endif #ifdef ANSI ,"ansi"