summaryrefslogtreecommitdiffstats
path: root/src/glib-2-darwin-config-libiconv.patch
blob: 049bf70ec07b87221292ff82320690d37fcfd883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- glib-2.25.17/configure.ac	2010-10-02 19:12:16.000000000 +1000
+++ glib-2.25.17.native/configure.ac	2010-10-02 19:50:40.000000000 +1000
@@ -374,6 +374,12 @@
 dnl
 dnl We do this before the gettext checks, to avoid distortion
 
+case $host in
+  *-*-darwin*)
+    with_libiconv=native
+    ;;
+esac
+
 dnl On Windows we use a native implementation
 
 if test x"$glib_native_win32" = xyes; then