configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
authorAnthony G. Basile <basile@opensource.dyc.edu>
Mon, 26 Mar 2012 10:29:40 +0000 (06:29 -0400)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Mar 2012 11:25:05 +0000 (13:25 +0200)
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.


No differences found