# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 758647035 0 # Node ID 191c4af115dcd1f13bcebc777447a53077b2caa7 # Parent 63bc8a14a0738b6a9e173c5773b1cf38878f4e44 (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. diff -r 63bc8a14a073 -r 191c4af115dc src/s/sol2.h --- 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. */