From: Richard M. Stallman Date: Mon, 4 May 1998 01:50:46 +0000 (+0000) Subject: (LIBXMU): Don't bother testing CANNOT_DUMP. X-Git-Tag: emacs-20.3~1148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e0082a529d74e5f8d677146788fba08b7a115b0;p=emacs.git (LIBXMU): Don't bother testing CANNOT_DUMP. --- diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 403492a64bb..d6335326bbb 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -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 */