1 parent db938d6 commit 7885244Copy full SHA for 7885244
1 file changed
configure
@@ -537,11 +537,9 @@ checking 'additional option to compile C99 code'
537
cat >"${tempsrc}" <<END
538
int main(int argc, char **argv) {
539
if (argc == 0) return 0;
540
-int vla[argc];
541
-vla[0] = 42;
542
// one-line comment
543
struct s { int v; } i = { .v = argv[0][0] };
544
-return vla[0] + i.v;
+return i.v;
545
}
546
END
547
if
0 commit comments