* m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Fix typo.
Reported by Noah Lavine <noah.b.lavine@gmail.com>.
+2010-12-19 Bruno Haible <bruno@clisp.org>
+
+ iconv_open: Fix regression from 2010-12-04.
+ * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Fix typo.
+ Reported by Noah Lavine <noah.b.lavine@gmail.com>.
+
2010-12-19 Bruno Haible <bruno@clisp.org>
stdbool test: Avoid a gcc warning.
-# iconv_open.m4 serial 11
+# iconv_open.m4 serial 12
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
result |= 8;
else if (!(memcmp (buf, expected, sizeof (expected) - 1) == 0))
result |= 8;
- else if ((iconv_close (cd) == 0))
+ else if (!(iconv_close (cd) == 0))
result |= 8;
}
}