Browse Source

*** empty log message ***

François Pinard 30 years ago
parent
commit
2c6a867148
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/configure.in

+ 3 - 1
src/configure.in

@@ -44,6 +44,8 @@ AC_VPRINTF
 AC_ALLOCA
 echo checking for BSD
 test -f /vmunix && AC_DEFINE(BSD42)
-
+echo checking for HP-UX
+test -f /hp-ux && test -f /vmunix || MALLOC=malloc.o
+AC_SUBST(MALLOC)
 AC_XENIX_DIR
 AC_OUTPUT(Makefile)