From: simonmar Date: Thu, 14 Feb 2002 15:51:30 +0000 (+0000) Subject: [project @ 2002-02-14 15:51:30 by simonmar] X-Git-Tag: Approximately_9120_patches~47 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0d571ce37e14748aa43d1c5378a6292d6d3623c7;p=ghc-hetmet.git [project @ 2002-02-14 15:51:30 by simonmar] oops, got the sense of an ifdef round the wrong way. --- diff --git a/ghc/rts/rts.conf.in b/ghc/rts/rts.conf.in index c28dd2c..5f60b60 100644 --- a/ghc/rts/rts.conf.in +++ b/ghc/rts/rts.conf.in @@ -13,7 +13,7 @@ Package { # endif #else /* !INSTALLING */ library_dirs = [ "$libdir/ghc/rts" -# ifdef HAVE_LIBGMP +# ifndef HAVE_LIBGMP , "$libdir/ghc/rts/gmp" # endif ],