X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=275e72b89e84d3de95ac73d628576d8da1211d0d;hb=b264a49be3dccb7d110eae6420019a052f1f665b;hp=0c70010beca5548c012b531edb70691703df5ca6;hpb=00cdfe10717020423870fdaf56e973db9aba9f5a;p=notmuch diff --git a/lib/built-with.c b/lib/built-with.c index 0c70010b..275e72b8 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -32,6 +32,8 @@ notmuch_built_with (const char *name) return HAVE_XAPIAN_DB_RETRY_LOCK; } else if (STRNCMP_LITERAL (name, "session_key") == 0) { return true; + } else if (STRNCMP_LITERAL (name, "sexp_queries") == 0) { + return HAVE_SFSEXP; } else { return false; }