From 28ad6df49f32da10bba6cd1b9611f051d22b7aa2 Mon Sep 17 00:00:00 2001 From: Patrice Fournier Date: Mon, 5 Aug 2024 14:48:55 -0400 Subject: [PATCH] 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 . --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<