X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=275e72b89e84d3de95ac73d628576d8da1211d0d;hb=2786aa4d548d28579c761e9358d44c84dfb29068;hp=89958e1222d3582588f69de59958f717074c7902;hpb=a83ad52da40b51b8419cae3c9ce1517ac33e547c;p=notmuch diff --git a/lib/built-with.c b/lib/built-with.c index 89958e12..275e72b8 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -32,7 +32,7 @@ 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, "sexpr_query") == 0) { + } else if (STRNCMP_LITERAL (name, "sexp_queries") == 0) { return HAVE_SFSEXP; } else { return false;