summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8aa7e184..25d72e6c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.83 2002/07/22 23:34:25 mouring Exp $ 1# $Id: configure.ac,v 1.84 2002/07/23 00:00:06 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4)
287 LDFLAGS="$LDFLAGS" 287 LDFLAGS="$LDFLAGS"
288 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" 288 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
289 MANTYPE=cat 289 MANTYPE=cat
290 ;;
290*-*-unicos*) 291*-*-unicos*)
291 no_libsocket=1 292 no_libsocket=1
292 no_libnsl=1 293 no_libnsl=1