summaryrefslogtreecommitdiffstats
path: root/src/glib-1-win32.patch
blob: 238452ffc8f5a28eb625fdaa909a856fdf1ca006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This file is part of mingw-cross-env.
See doc/index.html for further information.

diff -ru glib-2.23.4.orig/configure.in glib-2.23.4/configure.in
--- glib-2.23.4.orig/configure.in	2010-02-21 21:54:55.000000000 +0100
+++ glib-2.23.4/configure.in	2010-02-23 17:44:18.000000000 +0100
@@ -476,13 +476,6 @@
 AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
 GLIB_GNU_GETTEXT
 
-if test "$gt_cv_have_gettext" != "yes" ; then
-  AC_MSG_ERROR([
-*** You must have either have gettext support in your C library, or use the 
-*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
-])
-fi
-
 LIBS="$INTLLIBS $LIBS"
 
 GETTEXT_PACKAGE=glib20
@@ -2748,8 +2741,6 @@
 dnl *** Checks for gtk-doc ***
 dnl **************************
 
-GTK_DOC_CHECK([1.11])
-
 AC_ARG_ENABLE(man,
               [AC_HELP_STRING([--enable-man],
                               [regenerate man pages from Docbook [default=no]])],enable_man=yes,