From ea92792175a57383168dd62b9fbd3981a1d7c647 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 10 Jul 2002 08:39:00 +0000 Subject: [PATCH] [project @ 2002-07-10 08:39:00 by simonmar] change #ifdef USING_LIBBFD to #if defined(DEBUG) && defined(HAVE_LIBBFD). --- ghc/rts/rts.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/rts.conf.in b/ghc/rts/rts.conf.in index 2868deb..8af549b 100644 --- a/ghc/rts/rts.conf.in +++ b/ghc/rts/rts.conf.in @@ -27,7 +27,7 @@ Package { ,"winmm" /* for the threadDelay timer */ ,"wsock32" /* for the linker */ #endif -#ifdef USING_LIBBFD +#if defined(DEBUG) && defined(HAVE_LIBBFD) ,"bfd", "iberty" /* for debugging */ #endif #ifdef HAVE_LIBMINGWEX -- 1.7.10.4