# HG changeset patch # User Richard M. Stallman # Date 894246646 0 # Node ID 5be79e4f188a6c6f81d25c6400b83978f9f9796a # Parent 42fa0da0572189dcddf1c8a7235aee7b86107d6d (LIBXMU): Don't bother testing CANNOT_DUMP. diff -r 42fa0da05721 -r 5be79e4f188a src/s/sunos4shr.h --- a/src/s/sunos4shr.h Mon May 04 01:28:24 1998 +0000 +++ b/src/s/sunos4shr.h Mon May 04 01:50:46 1998 +0000 @@ -50,14 +50,10 @@ /* 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 CANNOT_DUMP -#define LIBXMU -lXmu -#else #ifdef __GNUC__ #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic #else #define LIBXMU -Bstatic -lXmu -Bdynamic #endif -#endif /* CANNOT_DUMP */ #endif /* not HAVE_X11R6 */