From 0d571ce37e14748aa43d1c5378a6292d6d3623c7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Feb 2002 15:51:30 +0000 Subject: [PATCH] [project @ 2002-02-14 15:51:30 by simonmar] oops, got the sense of an ifdef round the wrong way. --- 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 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 ], -- 1.7.10.4