From: Richard M. Stallman Date: Sat, 15 Jan 1994 15:17:15 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. X-Git-Tag: emacs-19.34~10255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=238e4738116c6d306015dceb87fcca32258c5c88;p=emacs.git (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. --- 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. */