]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blame - expat-ac_fixes.patch
- updated to 2.1.0 (note: new soname)
[packages/crossmingw32-expat.git] / expat-ac_fixes.patch
CommitLineData
ee06e98c
JB
1--- expat-2.1.0/configure.in~ 2012-07-28 10:41:03.000000000 +0300
2+++ expat-2.1.0/configure.in 2012-07-28 10:41:41.511402972 +0300
416b9b9c
AM
3@@ -26,7 +26,7 @@
4 define([expat_version], ifdef([__gnu__],
5 [esyscmd(conftools/get-version.sh lib/expat.h)],
ee06e98c 6 [2.1.x]))
416b9b9c 7-AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
ee06e98c 8+AC_INIT(expat, 2.1.0, expat-bugs@libexpat.org)
416b9b9c 9 undefine([expat_version])
a7336604 10
11 AC_CONFIG_SRCDIR(Makefile.in)
ee06e98c 12@@ -51,8 +51,6 @@
a7336604 13
14 AC_CONFIG_HEADER(expat_config.h)
15
a7336604 16-sinclude(conftools/ac_c_bigendian_cross.m4)
17-
18 AC_LIBTOOL_WIN32_DLL
19 AC_PROG_LIBTOOL
20
416b9b9c 21@@ -83,9 +80,7 @@
a7336604 22
23 dnl Checks for typedefs, structures, and compiler characteristics.
24
25-dnl Note: Avoid using AC_C_BIGENDIAN because it does not
26-dnl work in a cross compile.
27-AC_C_BIGENDIAN_CROSS
28+AC_C_BIGENDIAN
29
30 AC_C_CONST
416b9b9c 31 AC_TYPE_SIZE_T
This page took 0.069442 seconds and 4 git commands to generate.