Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Running ./configure fails on fastmail-fmwheezy29312-9325 #3

Open
kael opened this issue Dec 9, 2014 · 1 comment
Open

Running ./configure fails on fastmail-fmwheezy29312-9325 #3

kael opened this issue Dec 9, 2014 · 1 comment

Comments

@kael
Copy link

kael commented Dec 9, 2014

Trying to compile the fastmail-fmwheezy29312-9325 version, running ./configure fails with :

./configure: line 18772: syntax error near unexpected token `newline'
./configure: line 18772: `    XO_LIB_XAPIAN('

Modifying configure that way... :

if test "x$enable_xapian" != xno ; then
    XO_LIB_XAPIAN(AC_DEFINE(USE_XAPIAN,[],[Build in Xapian support?]))
fi

... doesn't fix the error :

./configure: line 18772: syntax error near unexpected token `AC_DEFINE'
./configure: line 18772: `    XO_LIB_XAPIAN(AC_DEFINE(USE_XAPIAN,[],[Build in Xapian support?]))'

I'm using automake 1.14.1, autoconf 2.69 and gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) on Ubuntu 14.04.

brong pushed a commit that referenced this issue Mar 15, 2016
openio: configure.ac and backend adapted to the latest stable release.
@brong
Copy link
Owner

brong commented Jun 14, 2016

Probably fixed by now! Sorry, I haven't really been using github to track things

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants