]> granicus.if.org Git - sudo/commitdiff
fixed a typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 Apr 1996 23:58:34 +0000 (23:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 Apr 1996 23:58:34 +0000 (23:58 +0000)
configure.in

index e4cb68637961344f2cc1be674704f64f3135d1e6..7382c589464e7dfbab83dc1739ae9b055504f9c7 100644 (file)
@@ -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"