summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-01-05 17:15:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-01-05 17:15:30 +0000
commit381d8d9d89d5e4da1853fc0b949fb66518780689 (patch)
tree1370aed5e766d0a12d997944f9c1c3806e14059d /configure.ac
parentf9661094e5e2854c37d24264b60a0da23ffd6deb (diff)
- (bal) NCR requies use_pipes to operate correctly.
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 35cda594..d2207e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-i# $Id: configure.ac,v 1.7 2001/12/23 14:41:48 djm Exp $
+i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -184,6 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89"
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
+ AC_DEFINE(USE_PIPES);
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"