]> granicus.if.org Git - sudo/commitdiff
support hpux1[0-9] not just hpux10
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Feb 1998 00:18:23 +0000 (00:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Feb 1998 00:18:23 +0000 (00:18 +0000)
configure.in

index 7128ed7b75bf16fbc5c59c33cc54941ca603f41f..f758cb22959c0d43ef12c8c5290536536d3301fb 100644 (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