Fix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local gmp includes if HAVE_LIB_GMP
authorSimon Marlow <marlowsd@gmail.com>
Wed, 19 Nov 2008 13:10:56 +0000 (13:10 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 19 Nov 2008 13:10:56 +0000 (13:10 +0000)
commita6e1fda4156b26666b04d901742ed3bb295cf4dd
tree791c0a387feadd92fc1f1038a59da56b5f4388d9
parent5cbe7adb6051a9d1738dfb5735c8c923b74c5945
Fix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local gmp includes if HAVE_LIB_GMP
If we're using the system's installed GMP, we don't want to be picking
up the local gmp.h header file.

Fixes 2469(ghci) for me, because it turns out the system's GMP is more
up-to-date than GHC's version and has a fix for more recent versions
of gcc.  We also need to pull in a more recent GMP, but that's a
separte issue.
rts/package.conf.in