]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Jan 1994 15:17:15 +0000 (15:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Jan 1994 15:17:15 +0000 (15:17 +0000)
src/s/sol2.h

index 12b37246bc5a576372a9b0e4393e99cfa3f16119..7cf4718c9f3bc0a71011a67f3e23aae5d42ec277 100644 (file)
@@ -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.  */