diff options
| author | Richard M. Stallman | 1998-05-04 01:50:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-04 01:50:46 +0000 |
| commit | 5e0082a529d74e5f8d677146788fba08b7a115b0 (patch) | |
| tree | 33d86187eb5928e078b2abb2f3ed0fbfb1584aa5 /src | |
| parent | 5204a3a0f60c2f84ffca715d2fb0086fc7d501e8 (diff) | |
| download | emacs-5e0082a529d74e5f8d677146788fba08b7a115b0.tar.gz emacs-5e0082a529d74e5f8d677146788fba08b7a115b0.zip | |
(LIBXMU): Don't bother testing CANNOT_DUMP.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 403492a64bb..d6335326bbb 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -50,14 +50,10 @@ | |||
| 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 | ||
| 56 | #ifdef __GNUC__ | 53 | #ifdef __GNUC__ |
| 57 | #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic | 54 | #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic |
| 58 | #else | 55 | #else |
| 59 | #define LIBXMU -Bstatic -lXmu -Bdynamic | 56 | #define LIBXMU -Bstatic -lXmu -Bdynamic |
| 60 | #endif | 57 | #endif |
| 61 | #endif /* CANNOT_DUMP */ | ||
| 62 | 58 | ||
| 63 | #endif /* not HAVE_X11R6 */ | 59 | #endif /* not HAVE_X11R6 */ |