From: simonmar Date: Wed, 10 Jul 2002 08:39:00 +0000 (+0000) Subject: [project @ 2002-07-10 08:39:00 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1872 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ea92792175a57383168dd62b9fbd3981a1d7c647;p=ghc-hetmet.git [project @ 2002-07-10 08:39:00 by simonmar] change #ifdef USING_LIBBFD to #if defined(DEBUG) && defined(HAVE_LIBBFD). --- 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