]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:26 +0000 (02:57 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:26 +0000 (02:57 +0000)
src/configure.in

index 5a169cff85b8b779e57b1c24db79c4da04a49f71..f484076404395f238e156d74896b6f346b21a11b 100644 (file)
@@ -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)
This page took 0.022348 seconds and 4 git commands to generate.