2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

support hpux1[0-9] not just hpux10

This commit is contained in:
Todd C. Miller
1998-02-06 00:18:23 +00:00
parent 3e52d3a117
commit c8b7a421b0

View File

@@ -315,7 +315,7 @@ case "$host" in
AC_DEFINE(_ALL_SOURCE)
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp"
;;
*-*-hpux10*)
*-*-hpux1[0-9]*)
# uncomment this for a statically linked sudo
# (XXX - should be an option to configure)
#STATIC_SUDO=true