From: Duncan Overbruck Date: Sat, 14 Nov 2020 15:02:10 +0000 (+0100) Subject: configure: fix verrc check X-Git-Tag: v6.8~5 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=29123f7c5b7cfb79419425ad4d2b7af153e06472 configure: fix verrc check --- diff --git a/configure b/configure index 0dfc649..82b9331 100755 --- a/configure +++ b/configure @@ -298,9 +298,10 @@ check_func "errc" "$src" || { # Check for verrc(). # src=' +#include #include int main(void) { - verrc(0, 0, ""); + verrc(0, 0, "x", NULL); return 0; }' check_func "verrc" "$src" || {