Mercurial > emacs
changeset 4300:3596e40f5c4a
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Jul 1993 07:51:55 +0000 |
parents | 7a2e1d7362c5 |
children | 6e8bb94d94c5 |
files | src/m/delta88k.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/delta88k.h Tue Jul 27 07:25:54 1993 +0000 +++ b/src/m/delta88k.h Tue Jul 27 07:51:55 1993 +0000 @@ -142,10 +142,11 @@ /* * we have the wrong name for networking libs */ +#ifdef USG5_4 +/* rms: not needed; LIB_X11_LIB deals with this. */ +/* #define LIBX11_SYSTEM -lX11 */ +#else #undef LIBX11_SYSTEM -#ifdef USG5_4 -#define LIBX11_SYSTEM -lX11 -#else #define LIBX11_SYSTEM -lnsl -lbsd #endif /* USG5_4 */