build: fix issues when building with GMP
commitdc4fbb99a98140d2287720aa277e89f21c9eb92f
authorPádraig Brady <P@draigBrady.com>
Fri, 22 Mar 2013 13:58:55 +0000 (22 13:58 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 24 Mar 2013 02:28:38 +0000 (24 02:28 +0000)
tree94b633a3a740c2eac74e4a2c474eb8c94430dd25
parenta24e4a01cac38be198177acf5e704c70988ab1fb
build: fix issues when building with GMP

* m4/gmp.m4 (cu_GMP): Add an extra check that gmp.h is available
which is required on one Mac OS X 10.5.8 system at least,
where the lib was available but the header wasn't.
Also enable our GMP code on systems where GMP is not in a separate lib.
m4/gmp.m4