From: Anthony G. Basile Date: Mon, 26 Mar 2012 10:29:40 +0000 (-0400) Subject: configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH X-Git-Tag: release-1.0.19~14 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=16e6769feef21a5bf58f6022d990452987bb5efb;hp=16e6769feef21a5bf58f6022d990452987bb5efb configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH The current configure.in file does not correctly make use of these macros. The resulting configure file will therefore enable an item even if --disable-FEATURE is given. This patch restores the intended behavior. ---