diff configure.in @ 10094:634588d51ae6 HEAD

configure: FLEXIBLE_ARRAY_MEMBER value was reversed.
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Oct 2009 17:29:16 -0400
parents 6a1c96577476
children 61619cad4d0e
line wrap: on
line diff
--- a/configure.in	Fri Oct 16 17:46:31 2009 -0400
+++ b/configure.in	Sun Oct 18 17:29:16 2009 -0400
@@ -999,9 +999,9 @@
 ])
 
 if test $i_cv_c99_flex_arrays = yes; then
-  flexible_value=1
+  flexible_value=
 else
-  flexible_value=
+  flexible_value=1
 fi
 AC_DEFINE_UNQUOTED(FLEXIBLE_ARRAY_MEMBER, $flexible_value, How to define flexible array members in structs)