From 99a6b56fd47934320ae770698d4a5ba13e49fd3a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Jul 1997 04:28:44 +0000 Subject: [PATCH] (LIBXMU): Alternative definition if CANNOT_DUMP. --- src/s/sunos4shr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index d6335326bbb..403492a64bb 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -50,10 +50,14 @@ /* 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 */ -- 2.39.2