summaryrefslogtreecommitdiff
path: root/apps/tagdb/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/main.c')
-rw-r--r--apps/tagdb/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/main.c b/apps/tagdb/main.c
index 61a0330..ce695e6 100644
--- a/apps/tagdb/main.c
+++ b/apps/tagdb/main.c
@@ -1,3 +1,4 @@
+#ifdef HAVE_TAGCACHE
#include "config.h"
#include <stdio.h>
@@ -113,3 +114,4 @@ int main(int argc, char* argv[]) {
return 0;
}
+#endif