changeset 12459:d1da7f16002c

(LIBXMU): New definitions (two alternative ones).
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jul 1995 05:02:09 +0000
parents a83478662820
children 1e12a802df2b
files src/s/sunos4shr.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sunos4shr.h	Sat Jul 01 00:33:52 1995 +0000
+++ b/src/s/sunos4shr.h	Sat Jul 01 05:02:09 1995 +0000
@@ -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