diff options
author | teor <teor@torproject.org> | 2020-04-01 23:03:51 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-01 23:03:51 +1000 |
commit | a8a92b94568bac8efee1f3d736569226ac82fced (patch) | |
tree | 96789e15f2220774674052c5b6692218ebb9f87f /configure.ac | |
parent | b5412d12f9eb4ef7ad5265ac441cd63b3f100ef3 (diff) | |
parent | 6c5c503a4ca892380a7ad26b8355faae6680bd47 (diff) | |
download | tor-a8a92b94568bac8efee1f3d736569226ac82fced.tar.gz tor-a8a92b94568bac8efee1f3d736569226ac82fced.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87e7ea0cad..7e2645a11e 100644 --- a/configure.ac +++ b/configure.ac @@ -2673,7 +2673,7 @@ PPRINT_SUBTITLE([Modules]) m4_foreach_w([mname], MODULES, [ - test "xenable_module_mname" != "xno" && value=1 || value=0 + AM_COND_IF(m4_join([], [BUILD_MODULE_], m4_toupper([]mname[])), value=1, value=0) PPRINT_PROP_BOOL([mname (--disable-module-mname)], $value) ] ) |