From c8b7a421b0f92d6dd84abdf808ed71b5abf2472b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 6 Feb 1998 00:18:23 +0000 Subject: [PATCH] support hpux1[0-9] not just hpux10 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7128ed7b7..f758cb229 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.40.0