- (bal) Put USE_PIPES back into sco3.2v5

This commit is contained in:
Ben Lindstrom 2001-01-27 20:43:57 +00:00
parent 77808aba58
commit 49af82bd7e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
20010128
- (bal) Put USE_PIPES back into sco3.2v5
20010126
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
Petrov <roumen.petrov@skalasoft.com>

View File

@ -221,6 +221,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
;;
*-*-sco3.2v5*)
AC_DEFINE(USE_PIPES)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
MANTYPE='$(CATMAN)'