azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

build fails with xapian 1.2.10 #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
./configure
...
checking for xapian-config... xapian-config
configure: error: *** xapian version >= 1.2 needed, but version 1.2.10 found.

in configure the regex:
case $xapian_version in #(
  1.[2-9].[0-9]) :

does not match versions on two digits

  1.[2-9]*.[0-9]*) :

does the trick.

thanks,
charles

Original issue reported on code.google.com by c...@fsck.fr on 29 May 2012 at 4:48

GoogleCodeExporter commented 8 years ago
This should be fixed now (in git).

Original comment by digg...@gmail.com on 11 Jun 2012 at 9:32