Skip to content

Commit

Permalink
Issue #113
Browse files Browse the repository at this point in the history
  • Loading branch information
grosjo committed Feb 20, 2022
1 parent 0a46eeb commit 4332b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ PKG_CHECK_MODULES([SQLITE], [sqlite3], [have_sqlite=true], [have_sqlite=false]);
if !($have_sqlite); then
AC_MSG_ERROR([SQLite is required, but was not found.])
fi
AC_SUBST(THREE_ARGS)

AC_CHECK_PROG(XAPIAN_CONFIG,xapian-config,xapian-config,no)
AM_CONDITIONAL(HAVE_XAPIAN,test "x$XAPIAN_CONFIG" != "xno")
Expand Down

0 comments on commit 4332b88

Please sign in to comment.