From 238e4738116c6d306015dceb87fcca32258c5c88 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Jan 1994 15:17:15 +0000 Subject: [PATCH] (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. --- src/s/sol2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s/sol2.h b/src/s/sol2.h index 12b37246bc5..7cf4718c9f3 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -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. */ -- 2.39.5