X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Fxmu.c;h=6cd6f465f0070fb058599b2c4e045c8fb8e495fb;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hp=9773cd237f3ab38e7300135f2159d30d9a9bfff3;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/utils/xmu.c b/utils/xmu.c index 9773cd23..6cd6f465 100644 --- a/utils/xmu.c +++ b/utils/xmu.c @@ -165,4 +165,12 @@ ERROR! Unsupported release of X11 return 1; } -#endif /* !HAVE_XMU */ +#else /* HAVE_XMU */ + +# ifdef __osf__ + /* Stupid alpha 3.2 compiler returns a FAILURE exit code if compiling + an empty file. Fake it out with a file-private variable. */ + static const int digital_unix_compiler_sucks; +# endif /* __osf__ */ + +#endif /* HAVE_XMU */