diff --git a/configure b/configure index d51e33e50..795f3efa2 100755 --- a/configure +++ b/configure @@ -13296,6 +13296,8 @@ done CHECKSHADOW="false" test -z "$with_pam" && AUTH_EXCL_DEF="PAM" : ${with_logincap='yes'} + # Apple sudo timedir location + : ${with_timedir='/var/db/sudo'} ;; *-*-nextstep*) # lockf() on is broken on the NeXT -- use flock instead diff --git a/configure.in b/configure.in index 1c183c6fe..0dcf5a9da 100644 --- a/configure.in +++ b/configure.in @@ -1788,6 +1788,8 @@ case "$host" in CHECKSHADOW="false" test -z "$with_pam" && AUTH_EXCL_DEF="PAM" : ${with_logincap='yes'} + # Apple sudo timedir location + : ${with_timedir='/var/db/sudo'} ;; *-*-nextstep*) # lockf() on is broken on the NeXT -- use flock instead