diff --git a/configure.ac b/configure.ac index 86cd3b66b..9bcbf3c51 100644 --- a/configure.ac +++ b/configure.ac @@ -1494,14 +1494,15 @@ enable_filter_testing=no enable_clientside_filters=no fi -AM_CONDITIONAL(ENABLE_CLIENTSIDE_FILTERS, [test x$enable_clientside_filters = xyes]) -AM_CONDITIONAL(ENABLE_FILTER_TESTING, [test x$enable_filter_testing = xyes]) - if test "x$enable_shared" = xno ; then AC_MSG_WARN([Shared libraries are disabled => --disable-filter-testing]) enable_filter_testing=no fi +AM_CONDITIONAL(ENABLE_CLIENTSIDE_FILTERS, [test x$enable_clientside_filters = xyes]) +AM_CONDITIONAL(ENABLE_FILTER_TESTING, [test x$enable_filter_testing = xyes]) + + AC_SUBST(NC_LIBS,[$NC_LIBS]) AC_SUBST(HAS_DAP,[$enable_dap]) AC_SUBST(HAS_DAP2,[$enable_dap])