From: Jim Meyering Date: Sat, 30 Oct 1993 01:46:35 +0000 (+0000) Subject: Formerly acspecific.m4.~180~ X-Git-Tag: fsf-origin~835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a595874ccd99c8654c898232a89f7a795bd246;p=thirdparty%2Fautoconf.git Formerly acspecific.m4.~180~ --- diff --git a/acspecific.m4 b/acspecific.m4 index 4da96ad29..d94ddba29 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -770,6 +770,8 @@ if test -n "$GCC"; then AC_DEFINE(HAVE_LONG_DOUBLE) else AC_TEST_PROGRAM([int main() { +/* The Stardent Vistra knows sizeof(long double), but doesn't support it. */ +long double foo = 0.0; /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ exit(sizeof(long double) < sizeof(double)); }], AC_DEFINE(HAVE_LONG_DOUBLE)) diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 4da96ad29..d94ddba29 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -770,6 +770,8 @@ if test -n "$GCC"; then AC_DEFINE(HAVE_LONG_DOUBLE) else AC_TEST_PROGRAM([int main() { +/* The Stardent Vistra knows sizeof(long double), but doesn't support it. */ +long double foo = 0.0; /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ exit(sizeof(long double) < sizeof(double)); }], AC_DEFINE(HAVE_LONG_DOUBLE))