X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=configure;fp=configure;h=94ded41f2d0042253160c2b9b2c1721d47f4e09e;hb=5310da93a5b7a6651e54f244363c4af88d3741a0;hp=632c74afff96c96218522059ef611accc8a6eca0;hpb=b82ffa68a6436ce3f4c4b480bc9c12ac284b0d99;p=opendoas.git diff --git a/configure b/configure index 632c74a..94ded41 100755 --- a/configure +++ b/configure @@ -360,7 +360,9 @@ int main(void) { execvpe("", p, p); return 0; }' -check_func "execvpe" "$src" || die "system has no execvpe(3): not supported" +check_func "execvpe" "$src" || { + printf 'SRCS += libopenbsd/execvpe.c\n' >>$CONFIG_MK +} # # Check for setresuid().