mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-23 17:53:49 +08:00
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:
parent
0aee9ca7e7
commit
62eb401317
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user