diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9c72c31..c9d2c1a 100644 --- a/configure.in +++ b/configure.in @@ -327,8 +327,8 @@ AC_SUBST(AR) AC_CHECK_PROGS(AR, ar aal, ar) case $MACHDEP in -bsdos*) - # install -d does not work on BSDI +bsdos*|hp*|HP*) + # install -d does not work on BSDI or HP-UX if test -z "$INSTALL" then INSTALL="${srcdir}/install-sh -c" |