From: Todd C. Miller Date: Wed, 18 Feb 1998 23:19:03 +0000 (+0000) Subject: fix spacing for --with-authenticate help X-Git-Tag: SUDO_1_5_6~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822e075e10d116cff29c04260cba719ba0144749;p=sudo fix spacing for --with-authenticate help --- diff --git a/configure.in b/configure.in index 8f102ed04..0802b643e 100644 --- a/configure.in +++ b/configure.in @@ -145,7 +145,7 @@ AC_ARG_WITH(AFS, [ --with-AFS enable AFS support], ;; esac]) -AC_ARG_WITH(authenticate, [ --with-authenticate enable AIX general authentication support], +AC_ARG_WITH(authenticate, [ --with-authenticate enable AIX general authentication support], [case $with_authenticate in yes) AC_DEFINE(HAVE_AUTHENTICATE) echo 'Configuring for use with AIX general authentication'