From: Richard M. Stallman Date: Sat, 1 Jul 1995 05:02:09 +0000 (+0000) Subject: (LIBXMU): New definitions (two alternative ones). X-Git-Tag: emacs-19.34~3400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24a9ec1bc475cad3f343f82ee2de19c5b0a36506;p=emacs.git (LIBXMU): New definitions (two alternative ones). --- 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