diff src/Makefile.in @ 41969:e669966d496e

Test GNU_LINUX, not LINUX.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 22:20:20 +0000
parents bcda42f1f3db
children a67d42446c08
line wrap: on
line diff
--- a/src/Makefile.in	Tue Dec 11 22:13:11 2001 +0000
+++ b/src/Makefile.in	Tue Dec 11 22:20:20 2001 +0000
@@ -109,7 +109,7 @@
 /* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
    Linux is an exception because it uses a funny variant of GNU libc.  */
 #ifdef __GNU_LIBRARY__
-#ifndef LINUX
+#ifndef GNU_LINUX
 #define ORDINARY_LINK
 #endif
 #endif