diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-10 06:30:40 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-10 06:30:40 +0000 |
commit | d37d720f79f3269be95f3662a11009e6834023f6 (patch) | |
tree | bbe484acf607ba02bd3e1c6b6b6aade5290ba601 /rts/package.conf.in | |
parent | d6f574556d5529faf0d314e5aef06f90c799e44f (diff) | |
download | haskell-d37d720f79f3269be95f3662a11009e6834023f6.tar.gz |
Also build gmp shared if neccessary
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index e45ecce457..9cc03f06ec 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -23,7 +23,7 @@ library-dirs: LIB_DIR GMP_LIB_DIRS #else /* !INSTALLING */ library-dirs: FPTOOLS_TOP_ABS"/rts" GMP_LIB_DIRS # if !defined(HAVE_LIBGMP) && !defined(HAVE_FRAMEWORK_GMP) - , FPTOOLS_TOP_ABS"/gmp/gmpbuild" + , FPTOOLS_TOP_ABS"/gmp" # endif #endif |