12010-09-16 Jerome Lambourg <lambourg@adacore.com>
2
3	* glib/gconvert.c: remove explicit check for GNU libiconv as the
4        Snow Leopard system library is not GNU but still compatible.
5
6--- glib/gconvert.c.old	2010-01-22 18:27:30.000000000 +0100
7+++ glib/gconvert.c	2010-01-22 18:28:36.000000000 +0100
8@@ -51,9 +51,6 @@
9 #if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
10 #error GNU libiconv in use but included iconv.h not from libiconv
11 #endif
12-#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
13-#error GNU libiconv not in use but included iconv.h is from libiconv
14-#endif
15
16 #include "galias.h"
17
18