From 2ff61bd23ec35214dc00ba204c25ba9634a657b6 Mon Sep 17 00:00:00 2001
From: "Anthony G. Basile" <blueness@gentoo.org>
Date: Fri, 1 Jan 2016 07:33:58 -0500
Subject: [PATCH] xapian-bindings/configure.ac: properly delimite
project_version
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
---
xapian-bindings/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xapian-bindings/configure.ac b/xapian-bindings/configure.ac
index 993cfdb..dda084d 100644
a
|
b
|
AX_CXX_COMPILE_STDCXX_11
|
90 | 90 | |
91 | 91 | dnl Check for xapian-core. |
92 | 92 | XO_LIB_XAPIAN([], [], |
93 | | [xapian-config]regexp(project_version, |
| 93 | [xapian-config]regexp([project_version], |
94 | 94 | [^\([0-9]*\.[0-9]*[13579]\)\..*$], [-\1])) |
95 | 95 | |
96 | 96 | NEED_JNILIB_EXT=no |