From: Todd C. Miller Date: Mon, 30 Oct 2000 03:56:54 +0000 (+0000) Subject: --with-bsdauth assumes --with-logincap X-Git-Tag: SUDO_1_6_4~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9d00a88b13ca6bc7902a34c94ae1709fa66bb23;p=sudo --with-bsdauth assumes --with-logincap --- diff --git a/configure.in b/configure.in index c20a5d1df..6755a9843 100644 --- a/configure.in +++ b/configure.in @@ -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])