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)
commit16e6769feef21a5bf58f6022d990452987bb5efb
tree02ca7b854abe37aefce01de41d2c12c4b378339c
parentb23681dddb8987571f04d46fc14f0ba012a7929c
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.
configure.in