From: Todd C. Miller Date: Wed, 10 Dec 2003 03:09:00 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_6_8~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ce9403a4f1030b874f05ab7a47c9ca14c1a39a0;p=sudo regen --- diff --git a/configure b/configure index 7807cb7f5..23d6319d2 100755 --- a/configure +++ b/configure @@ -6719,6 +6719,12 @@ echo "$as_me: using shlicc as CC" >&6;} CHECKSHADOW="false" fi ;; + *-*-darwin*) + SKIP_SETREUID=yes + if test "$CHECKSHADOW" = "true"; then + CHECKSHADOW="false" + fi + ;; *-*-nextstep*) # lockf() on is broken on the NeXT -- use flock instead ac_cv_func_lockf=no