diff aclocal.m4 @ 2126:d5f574877f59

[project @ 1996-05-12 10:31:32 by jwe]
author jwe
date Sun, 12 May 1996 10:33:54 +0000
parents 5049a300eee0
children 945528d1f7fb
line wrap: on
line diff
--- a/aclocal.m4	Sun May 12 08:40:01 1996 +0000
+++ b/aclocal.m4	Sun May 12 10:33:54 1996 +0000
@@ -323,8 +323,10 @@
   return (! forsub (s, &d, len));
 #endif
 }
-#if defind (sun) || defined (linux)
+#if defind (sun)
 int MAIN_ () { return 0; }
+#elif defined (linux) && defined (__ELF__)
+int MAIN__ () { return 0; }
 #endif
 EOF
 changequote([, ])