summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-11-13 15:55:55 -0800
committerTim Rice <tim@multitalents.net>2002-11-13 15:55:55 -0800
commitbe2396458eb442f095402019609d425fd54cacc1 (patch)
treecf9e59fd48403fcea3285ae365c3d7ec58e560f8 /configure.ac
parent748fcf9881f67f75b5b5935b1a0f18945e9c0443 (diff)
[configure.ac] remove unused variables no_libsocket and no_libnsl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 4be5f641..0736e41a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.91 2002/10/16 00:24:05 mouring Exp $
+# $Id: configure.ac,v 1.92 2002/11/13 23:55:57 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -290,8 +290,6 @@ mips-sony-bsd|mips-sony-newsos4)
MANTYPE=man
;;
*-*-unicosmk*)
- no_libsocket=1
- no_libnsl=1
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)
LDFLAGS="$LDFLAGS"
@@ -299,8 +297,6 @@ mips-sony-bsd|mips-sony-newsos4)
MANTYPE=cat
;;
*-*-unicos*)
- no_libsocket=1
- no_libnsl=1
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)
AC_DEFINE(NO_SSH_LASTLOG)