summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 5eaa809ae88..a96ff78d0ef 100755
--- a/configure
+++ b/configure
@@ -13606,8 +13606,10 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# We find them by checking stderror.
cat >conftest.$ac_ext <<_ACEOF
int
-main ()
+main (int argc, char **argv)
{
+ (void) argc;
+ (void) argv;
return 0;
}
_ACEOF