aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 22:20:20 +0000
committerRichard M. Stallman2001-12-11 22:20:20 +0000
commit8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch)
tree2448a3b540110767589fd9963d56b9e666be1d34 /src/Makefile.in
parent8db5530aa05f20f511a0cf2373fd838004be80be (diff)
downloademacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz
emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 04655d4f266..1687c58eeb6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -109,7 +109,7 @@ CC = C_COMPILER
109/* GNU libc requires ORDINARY_LINK so that its own crt0 is used. 109/* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
110 Linux is an exception because it uses a funny variant of GNU libc. */ 110 Linux is an exception because it uses a funny variant of GNU libc. */
111#ifdef __GNU_LIBRARY__ 111#ifdef __GNU_LIBRARY__
112#ifndef LINUX 112#ifndef GNU_LINUX
113#define ORDINARY_LINK 113#define ORDINARY_LINK
114#endif 114#endif
115#endif 115#endif