dovecot-2.0: configure: FLEXIBLE_ARRAY_MEMBER value was reversed.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 19 00:29:25 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/634588d51ae6
changeset: 10094:634588d51ae6
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 18 17:29:16 2009 -0400
description:
configure: FLEXIBLE_ARRAY_MEMBER value was reversed.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
configure.in |    4 ++--

diffs (15 lines):

diff -r fdfe0236d50a -r 634588d51ae6 configure.in
--- 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 @@ AC_CACHE_CHECK([if we can use C99-like f
 ])
 
 if test $i_cv_c99_flex_arrays = yes; then
+  flexible_value=
+else
   flexible_value=1
-else
-  flexible_value=
 fi
 AC_DEFINE_UNQUOTED(FLEXIBLE_ARRAY_MEMBER, $flexible_value, How to define flexible array members in structs)
 


More information about the dovecot-cvs mailing list