diff options
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 */ |