[project @ 2002-02-18 17:26:48 by sof]
[ghc-hetmet.git] / ghc / rts / rts.conf.in
index c28dd2c..f77f78c 100644 (file)
@@ -1,4 +1,5 @@
 #include "config.h"
+#include "Derived.h"
 
 Package {
        name           = "rts",  /* The RTS is just another package! */
@@ -13,11 +14,11 @@ Package {
 # endif
 #else /* !INSTALLING */
         library_dirs   = [ "$libdir/ghc/rts"
-# ifdef HAVE_LIBGMP
+# ifndef HAVE_LIBGMP
                          , "$libdir/ghc/rts/gmp"
 # endif
-                         ],
 #endif
+                         ],
 
         hs_libraries      = [ "HSrts" ],
        extra_libraries   = [ "gmp"