diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-01 05:02:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-01 05:02:09 +0000 |
commit | 60f3ff77d6e85e834ead2b8de6164ac2c9336b5c (patch) | |
tree | 3257b6bb40e79ef95031fd4f55393ec000d2e47a /src/s/sunos4shr.h | |
parent | c94af1aab5788370209bb1810cec0d27c2f195bd (diff) | |
download | emacs-60f3ff77d6e85e834ead2b8de6164ac2c9336b5c.tar.gz |
(LIBXMU): New definitions (two alternative ones).
Diffstat (limited to 'src/s/sunos4shr.h')
-rw-r--r-- | src/s/sunos4shr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 3aac127f7b0..bfa4fdcb08e 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -43,3 +43,9 @@ #define memmove(to, from, size) bcopy (from, to, size) #undef USE_DL_STUBS + +#ifdef __GNUC__ +#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic +#else +#define LIBXMU -Bstatic -lXmu -Bdynamic +#endif |