comparison src/glib-4-alignof-stdc-headers.patch @ 2615:7e5aaa010a02

update package glib
author Hans Petter Jansson <hpj@cl.no>
date Mon, 04 Jun 2012 18:02:11 +0200
parents
children
comparison
equal deleted inserted replaced
2614:1f6e698fb89e 2615:7e5aaa010a02
1 This file is part of MXE.
2 See index.html for further information.
3
4 Make sure STDC_HEADERS is set for AC_CHECK_ALIGNOF. Backported from upstream.
5
6 diff --git a/configure.ac b/configure.ac
7 index 31f5f0e..f8ff60d 100644
8 --- a/configure.ac
9 +++ b/configure.ac
10 @@ -452,6 +452,8 @@ fi
11
12 AC_MSG_RESULT($enable_iconv_cache)
13
14 +# Make sure STDC_HEADERS is set for AC_CHECK_ALIGNOF
15 +AS_IF([false], [AC_CHECK_HEADER([stdint.h])])
16
17 dnl
18 dnl zlib support