From: Todd C. Miller Date: Fri, 6 Feb 1998 00:18:23 +0000 (+0000) Subject: support hpux1[0-9] not just hpux10 X-Git-Tag: SUDO_1_5_6~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8b7a421b0f92d6dd84abdf808ed71b5abf2472b;p=sudo support hpux1[0-9] not just hpux10 --- 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