Mercurial > emacs
changeset 5596:191c4af115dc
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 15 Jan 1994 15:17:15 +0000 |
parents | 63bc8a14a073 |
children | 0c61ca168642 |
files | src/s/sol2.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Sat Jan 15 13:28:24 1994 +0000 +++ b/src/s/sol2.h Sat Jan 15 15:17:15 1994 +0000 @@ -13,9 +13,9 @@ /* Here is how to find X Windows. The -R option says where to find X windows at run time. */ #ifndef __GNUC__ -#define LD_SWITCH_SYSTEM -R/usr/openwin/lib +#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX #else /* GCC */ -#define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib +#define LD_SWITCH_SYSTEM -Xlinker LD_SWITCH_X_SITE_AUX #endif /* GCC */ /* Compile in non-ansi fashion to work around bugs in system header files. */