diff options
| author | Richard M. Stallman | 1993-07-27 20:21:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-27 20:21:14 +0000 |
| commit | c6e5e6e0835ee6d7ea9fa649e3b78b118c6fadf7 (patch) | |
| tree | 341e2fe742627f300583f9c8dd74fd36685fdd27 /src | |
| parent | f218b75d4e304195f88f3e6699c6f6a7921c9b6e (diff) | |
| download | emacs-c6e5e6e0835ee6d7ea9fa649e3b78b118c6fadf7.tar.gz emacs-c6e5e6e0835ee6d7ea9fa649e3b78b118c6fadf7.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/sol2-2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sol2-2.h b/src/sol2-2.h index 8ae6cfbfaa9..c56d6871dd3 100644 --- a/src/sol2-2.h +++ b/src/sol2-2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "s/sol2.h" | 1 | #include "sol2.h" |
| 2 | 2 | ||
| 3 | /* Take care of libucb as well as X Windows. */ | 3 | /* Take care of libucb.a as well as X Windows. */ |
| 4 | #undef LD_SWITCH_SYSTEM | 4 | #undef LD_SWITCH_SYSTEM |
| 5 | #ifndef __GNUC__ | 5 | #ifndef __GNUC__ |
| 6 | #define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib | 6 | #define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib |
| @@ -8,6 +8,7 @@ | |||
| 8 | #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib | 8 | #define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib |
| 9 | #endif /* GCC */ | 9 | #endif /* GCC */ |
| 10 | 10 | ||
| 11 | /* Link with libucb.a. */ | ||
| 11 | #ifdef LIB_STANDARD | 12 | #ifdef LIB_STANDARD |
| 12 | #undef LIB_STANDARD | 13 | #undef LIB_STANDARD |
| 13 | #define LIB_STANDARD -lc -L/usr/ucblib -lucb | 14 | #define LIB_STANDARD -lc -L/usr/ucblib -lucb |