Bug 18342: Enable memcached by default for new installs
[koha-equinox.git] / rewrite-config.PL
index 5366493..d2f974b 100644 (file)
@@ -149,7 +149,7 @@ $prefix = $ENV{'INSTALL_BASE'} || "/usr";
   "__BIB_INDEX_MODE__" => 'grs1',
   "__RUN_DATABASE_TESTS__" => 'no',
   "__PATH_TO_ZEBRA__" => "",
-  "__USE_MEMCACHED__" => 'no',
+  "__USE_MEMCACHED__" => 'yes',
   "__MEMCACHED_SERVERS__" => "",
   "__MEMCACHED_NAMESPACE__" => "",
   "__FONT_DIR__" => "/usr/share/fonts/truetype/ttf-dejavu",