* configure.ac: small updates

This commit is contained in:
Dirk-Jan C. Binnema 2010-08-18 00:32:52 +03:00
parent 52e6fa5f32
commit 80dd533f18
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ AS_IF([test "x$have_gmime" = "xno"],[
])
])
# xapian?
AC_CHECK_PROG(XAPIAN,xapian-config,xapian-config,no)
AM_CONDITIONAL(HAVE_XAPIAN,test "x$XAPIAN" != "xno")