]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly acspecific.m4.~180~
authorJim Meyering <meyering@lucent.com>
Sat, 30 Oct 1993 01:46:35 +0000 (01:46 +0000)
committerJim Meyering <meyering@lucent.com>
Sat, 30 Oct 1993 01:46:35 +0000 (01:46 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 4da96ad298b55d0e4bd2b7dc9413eaddcd1a6b14..d94ddba298702b66958e86bfc9e8875e26ccc0b8 100644 (file)
@@ -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))
index 4da96ad298b55d0e4bd2b7dc9413eaddcd1a6b14..d94ddba298702b66958e86bfc9e8875e26ccc0b8 100644 (file)
@@ -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))