diff src/Makefile.in.in @ 5739:a2912073be85

Support bignums with MPIR. Add documentation on the bignum, ratio, and bigfloat implementations. See xemacs-patches message with ID <CAHCOHQkytZao7Uk9ggeo1HKKJtN1bqO054X2mPsGYyQFjbHrZA@mail.gmail.com> and following messages.
author Jerry James <james@xemacs.org>
date Wed, 19 Jun 2013 09:30:30 -0600
parents ede80ef92a74
children a216b3c2b09e
line wrap: on
line diff
--- a/src/Makefile.in.in	Mon Jun 17 20:37:47 2013 +0100
+++ b/src/Makefile.in.in	Wed Jun 19 09:30:30 2013 -0600
@@ -207,7 +207,7 @@
 mule_wnn_objs=mule-wnnfns.o
 #endif
 
-#ifdef WITH_GMP
+#if defined(WITH_GMP) || defined(WITH_MPIR)
 number_objs=number-gmp.o number.o
 #endif
 #ifdef WITH_MP