# HG changeset patch # User Richard M. Stallman # Date 743759515 0 # Node ID 3596e40f5c4a63d05049faf118339042c15d8c86 # Parent 7a2e1d7362c55a3372588bfb66ece0d9b9970cde [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. diff -r 7a2e1d7362c5 -r 3596e40f5c4a src/m/delta88k.h --- 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 */