]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBXMU): New definitions (two alternative ones).
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Jul 1995 05:02:09 +0000 (05:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Jul 1995 05:02:09 +0000 (05:02 +0000)
src/s/sunos4shr.h

index 3aac127f7b0aa9bd027d3d92b3e164632a99e74c..bfa4fdcb08e750a7bb050b9894a3ca6eb45f9048 100644 (file)
@@ -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