From: Todd C. Miller Date: Tue, 17 Feb 1998 04:56:43 +0000 (+0000) Subject: quote '[' and ']' X-Git-Tag: SUDO_1_5_6~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12627050d5e579a03b373c6fa5bcf906fc0f9008;p=sudo quote '[' and ']' --- diff --git a/configure.in b/configure.in index ef375f132..bc51402ed 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" ;; - *-*-hpux1[0-9]*) + *-*-hpux1[[0-9]]*) # uncomment this for a statically linked sudo # (XXX - should be an option to configure) #STATIC_SUDO=true