From d3c0b137aff9ae506778c74d885088cbdb535922 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 15 Dec 2016 21:17:04 +0000 Subject: Remove dead code related to the old tor-fw-helper This commit removes more code related to the old tor-fw-helper which was removed in ticket 13338. Closes ticket 21024. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 721f5cd8c3..1689cbee7b 100644 --- a/configure.ac +++ b/configure.ac @@ -208,9 +208,6 @@ AC_PATH_PROGS([A2X], [a2x a2x.py], none) AM_CONDITIONAL(USE_ASCIIDOC, test "x$asciidoc" = "xtrue") -AM_CONDITIONAL(USE_FW_HELPER, test "x$natpmp" = "xtrue" || test "x$upnp" = "xtrue") -AM_CONDITIONAL(NAT_PMP, test "x$natpmp" = "xtrue") -AM_CONDITIONAL(MINIUPNPC, test "x$upnp" = "xtrue") AM_PROG_CC_C_O AC_PROG_CC_C99 -- cgit v1.2.3-54-g00ecf