changeset 21929:5be79e4f188a

(LIBXMU): Don't bother testing CANNOT_DUMP.
author Richard M. Stallman <rms@gnu.org>
date Mon, 04 May 1998 01:50:46 +0000
parents 42fa0da05721
children b84bfe98263d
files src/s/sunos4shr.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 */