diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2011-09-12 19:42:20 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-09-12 19:42:20 +0200 |
commit | 8f9bb0bc4487aa28ad6cc1ecb3e77eb0b57d8e14 (patch) | |
tree | 6a5c5201b6b09d15c7965ee5e28cfa049eaf11d0 /configure.ac | |
parent | 8a0aef14616e3a3e1ca5ba9ba4295ebf95cf2899 (diff) | |
download | connman-8f9bb0bc4487aa28ad6cc1ecb3e77eb0b57d8e14.tar.gz connman-8f9bb0bc4487aa28ad6cc1ecb3e77eb0b57d8e14.tar.bz2 connman-8f9bb0bc4487aa28ad6cc1ecb3e77eb0b57d8e14.zip |
location: Deleted location support and portal plugin
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 8d437c62..32b9d198 100644 --- a/configure.ac +++ b/configure.ac @@ -112,12 +112,6 @@ fi AM_CONDITIONAL(OPENCONNECT, test "${enable_openconnect}" != "no") AM_CONDITIONAL(OPENCONNECT_BUILTIN, test "${enable_openconnect}" = "builtin") -AC_ARG_ENABLE(portal, - AC_HELP_STRING([--enable-portal], [enable portal detection support]), - [enable_portal=${enableval}], [enable_portal="no"]) -AM_CONDITIONAL(PORTAL, test "${enable_portal}" != "no") -AM_CONDITIONAL(PORTAL_BUILTIN, test "${enable_portal}" = "builtin") - AC_ARG_WITH(openvpn, AC_HELP_STRING([--with-openvpn=PROGRAM], [specify location of openvpn binary]), [path_openvpn=${withval}]) |