From 6536cc01ae474807f74e0f160f1d7e756f2870e7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Jul 2010 18:36:05 -0700 Subject: Remove resolvconf plugin --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 76bc916d..745e5dba 100644 --- a/configure.ac +++ b/configure.ac @@ -132,23 +132,6 @@ fi AM_CONDITIONAL(DHCLIENT, test "${enable_dhclient}" != "no") AM_CONDITIONAL(DHCLIENT_BUILTIN, test "${enable_dhclient}" = "builtin") -AC_ARG_WITH(resolvconf, AC_HELP_STRING([--with-resolvconf=PROGRAM], - [specify location of resolvconf binary]), [path_resolvconf=${withval}]) - -AC_ARG_ENABLE(resolvconf, - AC_HELP_STRING([--enable-resolvconf], [enable resolvconf support]), - [enable_resolvconf=${enableval}], [enable_resolvconf="no"]) -if (test "${enable_resolvconf}" != "no"); then - if (test -z "${path_resolvconf}"); then - AC_PATH_PROG(RESOLVCONF, [resolvconf], [], $PATH:/sbin:/usr/sbin) - else - RESOLVCONF="${path_resolvconf}" - AC_SUBST(RESOLVCONF) - fi -fi -AM_CONDITIONAL(RESOLVCONF, test "${enable_resolvconf}" != "no") -AM_CONDITIONAL(RESOLVCONF_BUILTIN, test "${enable_resolvconf}" = "builtin") - AC_ARG_WITH(openconnect, AC_HELP_STRING([--with-openconnect=PROGRAM], [specify location of openconnect binary]), [path_openconnect=${withval}]) -- cgit v1.2.3