summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-11 07:10:34 +0000
committerJim Blandy <jimb@redhat.com>1993-03-11 07:10:34 +0000
commit454b947ed0be8783db933ee149b3b55c0d316369 (patch)
tree475a83764ebb799c89126385e6618d63f0da2f17
parent2f5166e3174404254650a7f195e2ddb7a44cd0c2 (diff)
downloademacs-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.h2
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. */