*** empty log message ***
[bpt/emacs.git] / src / s / sol2.h
index e3b7b2d..c985e96 100644 (file)
@@ -2,8 +2,9 @@
 
 #define POSIX
 
-/* Here is how to find X Windows.  */
-#define LD_SWITCH_SYSTEM -L/usr/openwin/lib
+/* Here is how to find X Windows.  The -L option tells the linker where
+   to find the libraries at link time, the -R option at run time.  */
+#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
 #define C_SWITCH_X_SYSTEM -I/usr/openwin/include
 
 /* Compile in non-ansi fashion to work around bugs in system header files.  */