diff options
| author | Richard M. Stallman | 1994-01-15 15:17:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-15 15:17:15 +0000 |
| commit | 238e4738116c6d306015dceb87fcca32258c5c88 (patch) | |
| tree | 0d9ae6d0cba1ac344f5e1ad7b757bc6cbd0e3c6d /src | |
| parent | 892ed7e0d3c49081ddf785daca2a9b486b6ce21e (diff) | |
| download | emacs-238e4738116c6d306015dceb87fcca32258c5c88.tar.gz emacs-238e4738116c6d306015dceb87fcca32258c5c88.zip | |
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 4 |
1 files 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 @@ | |||
| 13 | /* Here is how to find X Windows. The -R option says where | 13 | /* Here is how to find X Windows. The -R option says where |
| 14 | to find X windows at run time. */ | 14 | to find X windows at run time. */ |
| 15 | #ifndef __GNUC__ | 15 | #ifndef __GNUC__ |
| 16 | #define LD_SWITCH_SYSTEM -R/usr/openwin/lib | 16 | #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX |
| 17 | #else /* GCC */ | 17 | #else /* GCC */ |
| 18 | #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib | 18 | #define LD_SWITCH_SYSTEM -Xlinker LD_SWITCH_X_SITE_AUX |
| 19 | #endif /* GCC */ | 19 | #endif /* GCC */ |
| 20 | 20 | ||
| 21 | /* Compile in non-ansi fashion to work around bugs in system header files. */ | 21 | /* Compile in non-ansi fashion to work around bugs in system header files. */ |