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])