[project @ 2002-02-14 15:51:30 by simonmar]
authorsimonmar <unknown>
Thu, 14 Feb 2002 15:51:30 +0000 (15:51 +0000)
committersimonmar <unknown>
Thu, 14 Feb 2002 15:51:30 +0000 (15:51 +0000)
oops, got the sense of an ifdef round the wrong way.

ghc/rts/rts.conf.in

index c28dd2c..5f60b60 100644 (file)
@@ -13,7 +13,7 @@ Package {
 # endif
 #else /* !INSTALLING */
         library_dirs   = [ "$libdir/ghc/rts"
-# ifdef HAVE_LIBGMP
+# ifndef HAVE_LIBGMP
                          , "$libdir/ghc/rts/gmp"
 # endif
                          ],