Mercurial > emacs
changeset 2115:9b403531a607
* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
were slightly wrong.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 07:10:34 +0000 |
parents | d14a85e43f27 |
children | 76df2de3dd55 |
files | src/s/usg5-3.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/usg5-3.h Thu Mar 11 07:10:06 1993 +0000 +++ b/src/s/usg5-3.h Thu Mar 11 07:10:34 1993 +0000 @@ -212,7 +212,7 @@ /* X needs to talk on the network, so search the network library. */ #define LIBX10_SYSTEM -lnsl_s -#define LIBX11_SYSTEM -lnsl -lnsl_s -lpt -lc_s +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s /* The docs for system V/386 suggest v.3 has sigpause, so let's give it a try. */