fix the ifdef condition for not trying to create a stretch db

This commit is contained in:
Jean-Francois Dockes 2018-02-05 15:30:34 +01:00
parent cecd1b4ba7
commit 7b83438e9c

View File

@ -298,7 +298,7 @@ void Db::Native::openWrite(const string& dir, Db::OpenMode mode)
xwdb = Xapian::WritableDatabase(stub, action);
m_storetext = false;
}
#elif (! XAPIAN_AT_LEAST(1,3,0)) || XAPIAN_AT_LEAST(1,5,0)
#else
// Old Xapian (chert only) or newer (no chert). Use the
// default index backend and let the user decide of the
// abstract generation method. The configured default is to