Explorar o código

*** empty log message ***

François Pinard %!s(int64=30) %!d(string=hai) anos
pai
achega
2c6a867148
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)