]> git.cworth.org Git - notmuch/blobdiff - lib/built-with.c
configure: optional library sfsexp
[notmuch] / lib / built-with.c
index 0c70010beca5548c012b531edb70691703df5ca6..89958e1222d3582588f69de59958f717074c7902 100644 (file)
@@ -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, "sexpr_query") == 0) {
+       return HAVE_SFSEXP;
     } else {
        return false;
     }