| ... | ... |
@@ -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");
|