aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-27 07:51:55 +0000
committerRichard M. Stallman1993-07-27 07:51:55 +0000
commit24a5451a04cd1fb4b19c9f5fd3ff501b40985bb5 (patch)
tree4d46ce9c70a6b2b4c59e5bdcc899c640ccfdaec8 /src/m
parent3f57a49957134c4601103d12930583cd8f65ada5 (diff)
downloademacs-24a5451a04cd1fb4b19c9f5fd3ff501b40985bb5.tar.gz
emacs-24a5451a04cd1fb4b19c9f5fd3ff501b40985bb5.zip
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
Diffstat (limited to 'src/m')
-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