diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35cda594d..d2207e313 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | i# $Id: configure.ac,v 1.7 2001/12/23 14:41:48 djm Exp $ | 1 | i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -184,6 +184,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
184 | LDFLAGS="$LDFLAGS -L/usr/local/lib" | 184 | LDFLAGS="$LDFLAGS -L/usr/local/lib" |
185 | LIBS="$LIBS -lc89" | 185 | LIBS="$LIBS -lc89" |
186 | AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) | 186 | AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) |
187 | AC_DEFINE(USE_PIPES); | ||
187 | ;; | 188 | ;; |
188 | *-sni-sysv*) | 189 | *-sni-sysv*) |
189 | CPPFLAGS="$CPPFLAGS -I/usr/local/include" | 190 | CPPFLAGS="$CPPFLAGS -I/usr/local/include" |