From: Patrice Fournier Date: Mon, 5 Aug 2024 18:48:55 +0000 (-0400) Subject: Fix configure main functions argv argument type X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2FHylaFAX.git Fix configure main functions argv argument type argv is a pointer to an array of character strings, not a pointer to a single character string. Some compilers do not like incorrect arguments for main(). Based on patch for older configure script by Giuseppe Sacco . --- diff --git a/configure b/configure index 003c44c3..c0a5deab 100755 --- a/configure +++ b/configure @@ -835,7 +835,7 @@ checkGCCVersion() # NB: use ANSI C prototype to weed out non-ANSI compilers. # cat>dummy.c<dummy.c<