summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-01-05 23:24:27 +0000
committerKevin Steves <stevesk@pobox.com>2002-01-05 23:24:27 +0000
commit0bd4b34c9b76ed5a4cbff74dde09ae0112aefcce (patch)
tree96e4255bd97ba730e4d2ba9615caa659ccf9772e /configure.ac
parent381d8d9d89d5e4da1853fc0b949fb66518780689 (diff)
- (stevesk) fix spurious ; from NCR change.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2207e31..ec0274e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
+i# $Id: configure.ac,v 1.9 2002/01/05 23:24:28 stevesk Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -184,7 +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);
+ AC_DEFINE(USE_PIPES)
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"