summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-04-19 10:28:06 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:12 +0200
commitcf906790a88cc4489fd4677aa6b9c5f6a7146488 (patch)
tree87445122e7f1fefefd9785084cfbc092b7000bd6 /configure.ac
parentcacae3c01c812a793b3e9635ac3cad6f11dbc880 (diff)
downloadopenvpn-cf906790a88cc4489fd4677aa6b9c5f6a7146488.tar.gz
openvpn-cf906790a88cc4489fd4677aa6b9c5f6a7146488.tar.xz
openvpn-cf906790a88cc4489fd4677aa6b9c5f6a7146488.zip
Revert r7092 and r7151, i.e. remove --enable-osxipconfig
configure option. ipconfig on Mac has certain behavior that makes it unsuitable for use by OpenVPN to configure tun/tap interface. Version 2.1.3u git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7191 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 342074f..729ce40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,11 +176,6 @@ AC_ARG_ENABLE(iproute2,
test $enableval = "yes" && AC_DEFINE(CONFIG_FEATURE_IPROUTE, 1, [enable iproute2 support])
)
-AC_ARG_ENABLE(osxipconfig,
- [ --enable-osxipconfig Enable support for ipconfig on OS X],
- test $enableval = "yes" && AC_DEFINE(DARWIN_USE_IPCONFIG, 1, [Enable support for ipconfig on OS X])
-)
-
AC_ARG_ENABLE(def-auth,
[ --disable-def-auth Disable deferred authentication],
[DEF_AUTH="$enableval"],