From 965aaea2670bdeeab3c0309c95cca7db53b95ce1 Mon Sep 17 00:00:00 2001 From: hugh sorby Date: Wed, 22 Jun 2011 10:09:46 +1200 Subject: [PATCH] Enabling catalog because we are now needing it to do global cleanup. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 132cab7..55ca636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -462,7 +462,7 @@ SET( WITH_HTTP 1 ) SET( WITH_VALID 1 ) SET( WITH_HTML 1 ) SET( WITH_LEGACY 0 ) -SET( WITH_CATALOG 0 ) +SET( WITH_CATALOG 1 ) SET( WITH_DOCB 0 ) SET( WITH_XPATH 0 ) SET( WITH_XPTR 0 )