Browse code

prefiltering on, llvm off.

Török Edvin authored on 2010/02/11 00:05:05
Showing 3 changed files
... ...
@@ -19896,7 +19896,7 @@ fi
19896 19896
 if test "${enable_llvm+set}" = set; then :
19897 19897
   enableval=$enable_llvm; enable_llvm=$enableval
19898 19898
 else
19899
-  enable_llvm="auto"
19899
+  enable_llvm="no"
19900 19900
 fi
19901 19901
 
19902 19902
 
... ...
@@ -1592,7 +1592,7 @@ fi
1592 1592
 
1593 1593
 AC_ARG_ENABLE([llvm],AC_HELP_STRING([--enable-llvm],
1594 1594
 				    [Enable 'llvm' JIT/verifier support @<:@default=auto@:>@]),
1595
-				    [enable_llvm=$enableval], [enable_llvm="auto"])
1595
+				    [enable_llvm=$enableval], [enable_llvm="no"])
1596 1596
 
1597 1597
 if test "$enable_llvm" != "no"; then
1598 1598
     dnl Try to configure subdir, optionally
... ...
@@ -387,7 +387,7 @@ int cli_ac_init(struct cli_matcher *root, uint8_t mindepth, uint8_t maxdepth)
387 387
     root->ac_maxdepth = maxdepth;
388 388
 
389 389
     /* TODO: dconf here ?*/
390
-    if (cli_mtargets[root->type].enable_prefiltering && 0) {/* Disabled for now */
390
+    if (cli_mtargets[root->type].enable_prefiltering && 1) {/* Disabled for now */
391 391
 	root->filter = mpool_malloc(root->mempool, sizeof(*root->filter));
392 392
 	if (!root->filter) {
393 393
 	    cli_errmsg("cli_ac_init: Can't allocate memory for ac_root->filter\n");