Use the correct configure option to disable PAM.

This commit is contained in:
Joe Marcus Clarke 2006-05-13 23:40:18 +00:00
parent 8390d733e5
commit 40b5ae43c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162269

View File

@ -45,7 +45,7 @@ BROKEN= Does not build on 4.X
.endif
.if !defined(WITH_PAM)
CONFIGURE_ARGS+= --without-pam
CONFIGURE_ARGS+= --disable-pam
.endif
post-patch: