From 719b6ecd9da50ea2fb14a76ac955281ece09e56f Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 23 Jun 2008 20:37:16 +0000 Subject: [PATCH] ECL_LONG_DOUBLE was not defined --- src/h/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/h/config.h.in b/src/h/config.h.in index 5f039fe74..8af2081b4 100644 --- a/src/h/config.h.in +++ b/src/h/config.h.in @@ -149,6 +149,9 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey; /* compiler understands long double */ #undef HAVE_LONG_DOUBLE +#ifdef HAVE_LONG_DOUBLE +# define ECL_LONG_FLOAT +#endif /* compiler understands complex */ #undef HAVE_DOUBLE_COMPLEX #undef HAVE_FLOAT_COMPLEX