Mercurial > hg > xemacs-beta
diff src/s/sunos4-0-shr.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 6b37e6ddd302 |
children |
line wrap: on
line diff
--- a/src/s/sunos4-0-shr.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/sunos4-0-shr.h Mon Aug 13 09:43:35 2007 +0200 @@ -54,10 +54,6 @@ /* With X11R5 it was reported that linking -lXmu dynamically did not work. With X11R6, it does work; and since normally only the dynamic libraries are available, we should use them. */ -#ifdef __GNUC__ -#define LIBXMU "-Xlinker -Bstatic -lXmu -Xlinker -Bdynamic" -#else #define LIBXMU "-Bstatic -lXmu -Bdynamic" -#endif #endif /* not HAVE_X11R6 */