From e9d00a88b13ca6bc7902a34c94ae1709fa66bb23 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 30 Oct 2000 03:56:54 +0000 Subject: [PATCH] --with-bsdauth assumes --with-logincap --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]) -- 2.50.1