patch-glib_gconvert_c 487 B

12345678910111213141516
  1. --- glib-2.27.5.orig/glib/gconvert.c 2010-09-13 15:40:53.000000000 +0200
  2. +++ glib-2.27.5/glib/gconvert.c 2011-01-14 17:17:40.000000000 +0100
  3. @@ -58,13 +58,6 @@
  4. #include "glibintl.h"
  5. -#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
  6. -#error GNU libiconv in use but included iconv.h not from libiconv
  7. -#endif
  8. -#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
  9. -#error GNU libiconv not in use but included iconv.h is from libiconv
  10. -#endif
  11. -
  12. /**
  13. * SECTION:conversions