Code

configure: Do not warn about variable length arrays.
[template.git] / configure.ac
index 26bfa8a0d49cce4482a3d7676248ee06dc71b973..22214b49d3f15d77d885fa2200f91bda1d018e10 100644 (file)
@@ -164,8 +164,7 @@ if test "x$enable_strict_checks" = "xyes"; then
                        -Wpointer-arith \
                        -Wshadow \
                        -Wstrict-prototypes \
-                       -Wunreachable-code \
-                       -Wvla; do
+                       -Wunreachable-code; do
                AC_MSG_CHECKING([whether $CC accepts $flag])
 
                if test_cc_flags $flag; then