summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
deleted file mode 100644
index 73dc6b5921f0..000000000000
--- a/configure.ac.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../apertium-eo-es-1.0.0/configure.ac 2009-11-18 19:58:54.000000000 +0100
-+++ apertium-eo-es-1.0.0/configure.ac 2010-09-21 15:57:51.560738783 +0200
-@@ -19,8 +19,14 @@
- APERTIUM_VER=30
- ],
- [
-- PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
-- APERTIUM_VER=31
-+ PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0,
-+ [
-+ APERTIUM_VER=31
-+ ],
-+ [
-+ PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
-+ APERTIUM_VER=32
-+ ])
- ])
- AC_SUBST(APERTIUM_VER)
- ])