aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-11 07:10:34 +0000
committerJim Blandy1993-03-11 07:10:34 +0000
commitaee87fc43225838250c70d5d5e3c1ace03994a93 (patch)
tree31f2b808c14c8b33c8e2ddcf0d18ab704b79c680 /src
parent00b1a5fb2225a770eaf0744342bfcd5791277ec4 (diff)
downloademacs-aee87fc43225838250c70d5d5e3c1ace03994a93.tar.gz
emacs-aee87fc43225838250c70d5d5e3c1ace03994a93.zip
* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
were slightly wrong.
Diffstat (limited to 'src')
-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. */
212/* X needs to talk on the network, so search the network library. */ 212/* X needs to talk on the network, so search the network library. */
213 213
214#define LIBX10_SYSTEM -lnsl_s 214#define LIBX10_SYSTEM -lnsl_s
215#define LIBX11_SYSTEM -lnsl -lnsl_s -lpt -lc_s 215#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s
216 216
217/* The docs for system V/386 suggest v.3 has sigpause, 217/* The docs for system V/386 suggest v.3 has sigpause,
218 so let's give it a try. */ 218 so let's give it a try. */