]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(C Compiler): Document that HAVE_LONG_DOUBLE is defined only if
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Nov 2001 20:10:52 +0000 (20:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Nov 2001 20:10:52 +0000 (20:10 +0000)
long double is better than double.

doc/autoconf.texi

index a60b3c86a2d980e7b3173cc9f4ba0254457ab930..38f1833e062ceef71aec090ddedabce03ab7af89 100644 (file)
@@ -4763,10 +4763,9 @@ unless the C compiler predefines it.
 @defmac AC_C_LONG_DOUBLE
 @acindex C_LONG_DOUBLE
 @cvindex HAVE_LONG_DOUBLE
-If the C compiler supports the @code{long double} type, define
-@code{HAVE_LONG_DOUBLE}.  Some C compilers that do not define
-@code{__STDC__} do support the @code{long double} type; some compilers
-that define @code{__STDC__} do not support @code{long double}.
+If the C compiler supports a working @code{long double} type with more
+range or precision than the @code{double} type, define
+@code{HAVE_LONG_DOUBLE}.
 @end defmac
 
 @defmac AC_C_STRINGIZE