diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-25 00:38:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-25 00:38:48 +0000 |
commit | 3b13b779bf9e9660f619287f90996050196dd12a (patch) | |
tree | fe36c3b960eb6063cee4763b50f5d2f4b331a6fd | |
parent | 037f292cce4eb8e423e56873f92655b5f383af52 (diff) | |
download | emacs-3b13b779bf9e9660f619287f90996050196dd12a.tar.gz |
(LD_SWITCH_SYSTEM): Just one definition.
Don't use prefix-args here because Makefile.in
does that when necessary.
-rw-r--r-- | src/s/gnu-linux.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c1fa55501da..5416a42beac 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -159,14 +159,8 @@ Boston, MA 02111-1307, USA. */ #ifdef __ELF__ /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option says where to find X windows at run time. */ -#ifndef __GNUC__ + #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX -#else /* GCC */ -/* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX - has anything in it. It can be empty. - This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */ -#define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` -#endif /* GCC */ #endif /* __ELF__ */ /* As of version 1.1.51, Linux did not actually implement SIGIO. |