From 603bdfd602f2004d74c39dbab8142f19af6087dd Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 12 Feb 2001 07:29:45 +0000 Subject: - (bal) NCR SVR4 compatiblity provide by Don Bragg --- configure.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8522d253d..fcb822840 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.234 2001/02/09 01:55:36 djm Exp $ +# $Id: configure.in,v 1.235 2001/02/12 07:29:45 mouring Exp $ AC_INIT(ssh.c) @@ -179,6 +179,13 @@ mips-sony-bsd|mips-sony-newsos4) MANTYPE='$(CATMAN)' mansubdir=cat ;; +*-ncr-sysv*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" + MANTYPE='$(CATMAN)' + mansubdir=cat + LIBS="$LIBS -lc89 -lnsl -lgen -lsocket" + ;; *-sni-sysv*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib" -- cgit v1.2.3