X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=4fe415e9ba2ad37e485254c863a0532f73874f00;hp=a57957edba8b7747e6dd593a58520ebf7f7d970d;hb=2bb567c6a31e333ebdd16d6d076ba9976e6ed4fb;hpb=bdd84660c756437cf3bc8f64adf612055acc84ea diff --git a/configure.ac b/configure.ac index a57957ed..4fe415e9 100644 --- a/configure.ac +++ b/configure.ac @@ -247,6 +247,9 @@ AS_IF([test "x$enable_legacy_protocol" != "xno"], AM_CONDITIONAL(OPENSSL, test -n "$openssl") AM_CONDITIONAL(GCRYPT, test -n "$gcrypt") +tinc_MINIUPNPC +AM_CONDITIONAL(MINIUPNPC, test "x$enable_miniupnpc" = "xyes") + dnl Check if support for jumbograms is requested AC_ARG_ENABLE(jumbograms, AS_HELP_STRING([--enable-jumbograms], [enable support for jumbograms (packets up to 9000 bytes)]),