Document that HAVE_LONG_DOUBLE is defined only if long double is

better than double.
This commit is contained in:
Paul Eggert 2001-11-16 20:11:46 +00:00
parent 4af2c02cdf
commit 20a38b69d9

2
NEWS
View File

@ -68,6 +68,8 @@
ACTION-IF-UNKNOWN arguments. All are facultative, and the default
for ACTION-IF-TRUE is to define WORDS_BIGENDIAN like AC_C_BIGENDIAN
always did.
- AC_C_LONG_DOUBLE now succeeds only if `long double' has more range or
precision than `double'.
** Generic macros