Test GNU_LINUX, not LINUX.
[bpt/emacs.git] / src / Makefile.in
index 04655d4..1687c58 100644 (file)
@@ -109,7 +109,7 @@ CC = C_COMPILER
 /* 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