aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/delta88k.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 3b324d0059c..e6f7c0e7cc8 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -142,10 +142,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
142/* 142/*
143 * we have the wrong name for networking libs 143 * we have the wrong name for networking libs
144 */ 144 */
145#undef LIBX11_SYSTEM
146#ifdef USG5_4 145#ifdef USG5_4
147#define LIBX11_SYSTEM -lX11 146/* rms: not needed; LIB_X11_LIB deals with this. */
147/* #define LIBX11_SYSTEM -lX11 */
148#else 148#else
149#undef LIBX11_SYSTEM
149#define LIBX11_SYSTEM -lnsl -lbsd 150#define LIBX11_SYSTEM -lnsl -lbsd
150#endif /* USG5_4 */ 151#endif /* USG5_4 */
151 152