bld-chain fix from Nelson
authorSteve Youngs <steve@sxemacs.org>
Sun, 20 Jan 2013 06:59:34 +0000 (16:59 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 20 Jan 2013 06:59:34 +0000 (16:59 +1000)
* merges:
  Only include ent-mpfr.h if HAVE_MPFR to fix build when mpfr is not available

src/ent/ent-gaussian.c

index be9dc14..b01c376 100644 (file)
@@ -28,7 +28,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include "ent.h"
 #include "ent-float.h"
+#ifdef HAVE_MPFR
 #include "ent-mpfr.h"
+#endif
 #include "ent-gaussian.h"
 #ifdef HAVE_MPC
 #include "ent-mpc.h"