--with-bsdauth assumes --with-logincap
This commit is contained in:
@@ -383,7 +383,9 @@ esac])
|
|||||||
|
|
||||||
AC_ARG_WITH(bsdauth, [ --with-bsdauth enable BSD authentication support],
|
AC_ARG_WITH(bsdauth, [ --with-bsdauth enable BSD authentication support],
|
||||||
[case $with_bsdauth in
|
[case $with_bsdauth in
|
||||||
yes|no) ;;
|
yes) with_logincap=yes
|
||||||
|
;;
|
||||||
|
no) ;;
|
||||||
*) AC_MSG_ERROR(["--with-bsdauth does not take an argument."])
|
*) AC_MSG_ERROR(["--with-bsdauth does not take an argument."])
|
||||||
;;
|
;;
|
||||||
esac])
|
esac])
|
||||||
|
Reference in New Issue
Block a user