aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-19 16:43:47 +0000
committerRichard M. Stallman1994-07-19 16:43:47 +0000
commited80e1ca508aa1ed6a7a0cbd7afed36510519c21 (patch)
tree0518623580ad865ac7396705aafae378dabf124a /src
parent5bf62b08d9b79fb909934d7e0640a5b517940735 (diff)
downloademacs-ed80e1ca508aa1ed6a7a0cbd7afed36510519c21.tar.gz
emacs-ed80e1ca508aa1ed6a7a0cbd7afed36510519c21.zip
[__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc4-0.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h
index d5c390f6145..091ba3e9d52 100644
--- a/src/s/isc4-0.h
+++ b/src/s/isc4-0.h
@@ -6,3 +6,10 @@
6 6
7#define ISC4_0 7#define ISC4_0
8#define NEED_SIOCTL 8#define NEED_SIOCTL
9
10/* fmcphers@csugrad.cs.vt.edu reported this was necessary.
11 He used GCC. I don't know what is needed with other compilers. */
12#ifdef __GNUC__
13#undef LIBX11_SYSTEM
14#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
15#endif