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
This commit is contained in:
james 2008-01-21 19:38:41 +00:00
parent 0aee9ca7e7
commit 62eb401317

View File

@ -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,