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

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

@kael

Description

@kael

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions