Mercurial > emacs
changeset 8284:f21e11ac80bb
[__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Jul 1994 16:43:47 +0000 |
parents | 32427329c42c |
children | 6609af160f16 |
files | src/s/isc4-0.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/isc4-0.h Tue Jul 19 16:11:28 1994 +0000 +++ b/src/s/isc4-0.h Tue Jul 19 16:43:47 1994 +0000 @@ -6,3 +6,10 @@ #define ISC4_0 #define NEED_SIOCTL + +/* fmcphers@csugrad.cs.vt.edu reported this was necessary. + He used GCC. I don't know what is needed with other compilers. */ +#ifdef __GNUC__ +#undef LIBX11_SYSTEM +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc +#endif