aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4shr.h4
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 */