From 8f9bb0bc4487aa28ad6cc1ecb3e77eb0b57d8e14 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 12 Sep 2011 19:42:20 +0200 Subject: location: Deleted location support and portal plugin --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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}]) -- cgit v1.2.3