aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-01 05:02:09 +0000
committerRichard M. Stallman1995-07-01 05:02:09 +0000
commit24a9ec1bc475cad3f343f82ee2de19c5b0a36506 (patch)
tree7fc53de271ab73b8087643b4282bfa505f37e50e /src
parent7dad528a116991316f2e72720c435e4be23dea1a (diff)
downloademacs-24a9ec1bc475cad3f343f82ee2de19c5b0a36506.tar.gz
emacs-24a9ec1bc475cad3f343f82ee2de19c5b0a36506.zip
(LIBXMU): New definitions (two alternative ones).
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4shr.h6
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 @@
43#define memmove(to, from, size) bcopy (from, to, size) 43#define memmove(to, from, size) bcopy (from, to, size)
44 44
45#undef USE_DL_STUBS 45#undef USE_DL_STUBS
46
47#ifdef __GNUC__
48#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic
49#else
50#define LIBXMU -Bstatic -lXmu -Bdynamic
51#endif