mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
[Bug 529806] Cannot build in 64-bit Mac OS X due to libiconv
This commit is contained in:
parent
462f7f5a4d
commit
47475dbe6a
@ -61,7 +61,8 @@
|
|||||||
#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
|
#if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)
|
||||||
#error GNU libiconv in use but included iconv.h not from libiconv
|
#error GNU libiconv in use but included iconv.h not from libiconv
|
||||||
#endif
|
#endif
|
||||||
#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H)
|
#if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H) \
|
||||||
|
&& !defined (__APPLE_CC__) && !defined (__LP_64__)
|
||||||
#error GNU libiconv not in use but included iconv.h is from libiconv
|
#error GNU libiconv not in use but included iconv.h is from libiconv
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user