root / trunk / data / glib / libiconv.diff

Revision 328, 0.6 kB (checked in by saurik, 6 months ago)

Fixed libiconv detection in glib.

  • glib/gconvert.c

    diff -ru glib-2.12.13/glib/gconvert.c glib-2.12.13+iPhone/glib/gconvert.c
    old new  
    4141 
    4242#include "glibintl.h" 
    4343 
    44 #if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H) 
    45 #error GNU libiconv in use but included iconv.h not from libiconv 
    46 #endif 
    47 #if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H) 
    48 #error GNU libiconv not in use but included iconv.h is from libiconv 
    49 #endif 
    50  
    5144#include "galias.h" 
    5245 
    5346GQuark  
Note: See TracBrowser for help on using the browser.