# HG changeset patch # User Richard M. Stallman # Date 804574929 0 # Node ID d1da7f16002c83d9891c7b57ced1db21a845d05a # Parent a8347866282079fe7e07fd3c81cdf8c7d13ddd1f (LIBXMU): New definitions (two alternative ones). diff -r a83478662820 -r d1da7f16002c src/s/sunos4shr.h --- 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