X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fconfigure.in;h=eacd5d1632f4488a16bd8bf1d518d4ad0e7aea87;hb=ae42a7d3a8b95bd8843adb0c7c9623ff2daefce0;hp=f484076404395f238e156d74896b6f346b21a11b;hpb=2c6a867148f89bb463ef9c1f3c93d1ed138d15c1;p=chaz%2Ftar diff --git a/src/configure.in b/src/configure.in index f484076..eacd5d1 100644 --- a/src/configure.in +++ b/src/configure.in @@ -43,9 +43,9 @@ AC_HAVE_FUNCS(strstr valloc mkdir mknod rename ftruncate ftime) AC_VPRINTF AC_ALLOCA echo checking for BSD -test -f /vmunix && AC_DEFINE(BSD42) +( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && AC_DEFINE(BSD42) echo checking for HP-UX -test -f /hp-ux && test -f /vmunix || MALLOC=malloc.o +test -f /hp-ux && test ! -f /vmunix && MALLOC=malloc.o AC_SUBST(MALLOC) AC_XENIX_DIR AC_OUTPUT(Makefile)