]> granicus.if.org Git - sudo/commitdiff
--with-bsdauth assumes --with-logincap
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 30 Oct 2000 03:56:54 +0000 (03:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 30 Oct 2000 03:56:54 +0000 (03:56 +0000)
configure.in

index c20a5d1df831c8caca829c498a14ff7643046be2..6755a9843c600400a1406be5e27dc3e5711eb91e 100644 (file)
@@ -383,7 +383,9 @@ esac])
 
 AC_ARG_WITH(bsdauth, [  --with-bsdauth          enable BSD authentication support],
 [case $with_bsdauth in
-    yes|no)    ;;
+    yes)       with_logincap=yes
+               ;;
+    no)                ;;
     *)         AC_MSG_ERROR(["--with-bsdauth does not take an argument."])
                ;;
 esac])