X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=blobdiff_plain;f=configure;h=82b9331eba8ab60f2f0171fe6b25b252f3937600;hp=0dfc64940b4dd598312e88e0acbd841b5aaf653e;hb=29123f7c5b7cfb79419425ad4d2b7af153e06472;hpb=17629b9ce63dba6aa4146d483cd61448cddb1fa5 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" || {