Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
52 | 52 |
53 #ifndef HAVE_X11R6 | 53 #ifndef HAVE_X11R6 |
54 /* With X11R5 it was reported that linking -lXmu dynamically | 54 /* With X11R5 it was reported that linking -lXmu dynamically |
55 did not work. With X11R6, it does work; and since normally | 55 did not work. With X11R6, it does work; and since normally |
56 only the dynamic libraries are available, we should use them. */ | 56 only the dynamic libraries are available, we should use them. */ |
57 #ifdef __GNUC__ | |
58 #define LIBXMU "-Xlinker -Bstatic -lXmu -Xlinker -Bdynamic" | |
59 #else | |
60 #define LIBXMU "-Bstatic -lXmu -Bdynamic" | 57 #define LIBXMU "-Bstatic -lXmu -Bdynamic" |
61 #endif | |
62 | 58 |
63 #endif /* not HAVE_X11R6 */ | 59 #endif /* not HAVE_X11R6 */ |