From: Todd C. Miller Date: Tue, 2 Apr 1996 23:58:34 +0000 (+0000) Subject: fixed a typo X-Git-Tag: SUDO_1_5_0~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f6605163265086f543dca073eedf94f899686ae;p=sudo fixed a typo --- diff --git a/configure.in b/configure.in index e4cb68637..7382c5894 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,6 @@ AC_ARG_WITH(C2, [ --with-C2 enable C2 security (shadow password) [case $with_C2 in yes) AC_DEFINE(HAVE_C2_SECURITY) echo 'Configuring for C2 security (shadow passwords)' - TGETPASS="" ;; no) ;; *) echo "Ignoring unknown argument to --with-C2: $with_C2"