From: james Date: Mon, 21 Jan 2008 19:38:41 +0000 (+0000) Subject: Fixed --disable-iproute2 in ./configure to actually disable X-Git-Tag: v2.1_rc5~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62eb40131786facde766519b501d88830ed2784d;p=thirdparty%2Fopenvpn.git Fixed --disable-iproute2 in ./configure to actually disable iproute2 usage (Alon Bar-Lev). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2640 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/configure.ac b/configure.ac index 7155ae5cb..1302494b8 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,7 @@ AC_ARG_ENABLE(password-save, AC_ARG_ENABLE(iproute2, [ --enable-iproute2 Enable support for iproute2], - AC_DEFINE(CONFIG_FEATURE_IPROUTE, 1, [enable iproute2 support]) + test $enableval = "yes" && AC_DEFINE(CONFIG_FEATURE_IPROUTE, 1, [enable iproute2 support]) ) AC_ARG_ENABLE(strict,