diff options
author | root <root@devkit.(none)> | 2013-02-06 10:09:28 (GMT) |
---|---|---|
committer | root <root@devkit.(none)> | 2013-02-06 10:09:28 (GMT) |
commit | 399a0157ef3cc0090bcc9cf48a2ac4f640771039 (patch) | |
tree | 3483e1fbfe45c3998f8a1f5c979c76eee30bcf1a /src/hdf5-3-fix-autoconf-version.patch | |
parent | 3fdc4749f9d81e62d7669b964fda0fe0f8e8ebcf (diff) | |
download | mxe-399a0157ef3cc0090bcc9cf48a2ac4f640771039.zip mxe-399a0157ef3cc0090bcc9cf48a2ac4f640771039.tar.gz mxe-399a0157ef3cc0090bcc9cf48a2ac4f640771039.tar.bz2 |
hdf5 fixes to build on debian squeeze 6.0
Diffstat (limited to 'src/hdf5-3-fix-autoconf-version.patch')
-rw-r--r-- | src/hdf5-3-fix-autoconf-version.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index f01f3d1..c007526 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -9,7 +9,7 @@ diff --git a/configure.ac b/configure.ac ## AC_REVISION($Id: configure.ac 22979 2012-10-27 00:14:40Z acheng $) -AC_PREREQ([2.69]) -+AC_PREREQ([2.68]) ++AC_PREREQ([2.67]) ## AC_INIT takes the name of the package, the version number, and an ## email address to report bugs. AC_CONFIG_SRCDIR takes a unique file |