diff options
| author | Richard M. Stallman | 1997-07-30 04:28:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-30 04:28:44 +0000 |
| commit | 99a6b56fd47934320ae770698d4a5ba13e49fd3a (patch) | |
| tree | ac9daecb22433b6a7e369f06a53694937b47a8b1 /src | |
| parent | d5600d496d6bb7680c382c0c9ebeb3b5b814da16 (diff) | |
| download | emacs-99a6b56fd47934320ae770698d4a5ba13e49fd3a.tar.gz emacs-99a6b56fd47934320ae770698d4a5ba13e49fd3a.zip | |
(LIBXMU): Alternative definition if CANNOT_DUMP.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index d6335326bbb..403492a64bb 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -50,10 +50,14 @@ | |||
| 50 | /* With X11R5 it was reported that linking -lXmu dynamically | 50 | /* With X11R5 it was reported that linking -lXmu dynamically |
| 51 | did not work. With X11R6, it does work; and since normally | 51 | did not work. With X11R6, it does work; and since normally |
| 52 | only the dynamic libraries are available, we should use them. */ | 52 | only the dynamic libraries are available, we should use them. */ |
| 53 | #ifdef CANNOT_DUMP | ||
| 54 | #define LIBXMU -lXmu | ||
| 55 | #else | ||
| 53 | #ifdef __GNUC__ | 56 | #ifdef __GNUC__ |
| 54 | #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic | 57 | #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic |
| 55 | #else | 58 | #else |
| 56 | #define LIBXMU -Bstatic -lXmu -Bdynamic | 59 | #define LIBXMU -Bstatic -lXmu -Bdynamic |
| 57 | #endif | 60 | #endif |
| 61 | #endif /* CANNOT_DUMP */ | ||
| 58 | 62 | ||
| 59 | #endif /* not HAVE_X11R6 */ | 63 | #endif /* not HAVE_X11R6 */ |