diff options
| author | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
| commit | 8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch) | |
| tree | 2448a3b540110767589fd9963d56b9e666be1d34 /src/Makefile.in | |
| parent | 8db5530aa05f20f511a0cf2373fd838004be80be (diff) | |
| download | emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip | |
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
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 |