aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-11-16 00:31:04 +0000
committerJim Blandy1992-11-16 00:31:04 +0000
commitedaf4ff544f005acf914a153284f7fdc7de85070 (patch)
tree0e9b5a17449a6de501a6a56cc83443770e61b096 /src
parent4968c1026fd04662fc3e3eb25992e68c183cc0d0 (diff)
downloademacs-edaf4ff544f005acf914a153284f7fdc7de85070.tar.gz
emacs-edaf4ff544f005acf914a153284f7fdc7de85070.zip
* s/sol2.h (LD_SWITCH_SYSTEM): Add -R option.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index e3b7b2d0378..c985e96967b 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -2,8 +2,9 @@
2 2
3#define POSIX 3#define POSIX
4 4
5/* Here is how to find X Windows. */ 5/* Here is how to find X Windows. The -L option tells the linker where
6#define LD_SWITCH_SYSTEM -L/usr/openwin/lib 6 to find the libraries at link time, the -R option at run time. */
7#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
7#define C_SWITCH_X_SYSTEM -I/usr/openwin/include 8#define C_SWITCH_X_SYSTEM -I/usr/openwin/include
8 9
9/* Compile in non-ansi fashion to work around bugs in system header files. */ 10/* Compile in non-ansi fashion to work around bugs in system header files. */