diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-11 07:10:34 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-11 07:10:34 +0000 |
commit | 454b947ed0be8783db933ee149b3b55c0d316369 (patch) | |
tree | 475a83764ebb799c89126385e6618d63f0da2f17 | |
parent | 2f5166e3174404254650a7f195e2ddb7a44cd0c2 (diff) | |
download | emacs-454b947ed0be8783db933ee149b3b55c0d316369.tar.gz |
* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
were slightly wrong.
-rw-r--r-- | src/s/usg5-3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index a4f7deccf52..e982a384f3e 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -212,7 +212,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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. */ |