diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-12 07:29:45 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-12 07:29:45 +0000 |
commit | 603bdfd602f2004d74c39dbab8142f19af6087dd (patch) | |
tree | be532f23d9927398fd6caeb15ae79c46cc2d7520 /configure.in | |
parent | 61ce036c4aa0a45cac9e8d2f1e14a9169f55c6e2 (diff) |
- (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8522d253..fcb82284 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" |