From 51d57d448cf6f5b9fadfb15a6403a612e3b23234 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Feb 2009 02:41:00 +0100 Subject: Fix DHCLIENT and RESOLVCONF variable name typos --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index eeaa3d7c..91c3685d 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ if (test "${enable_dhclient}" = "yes"); then if (test -z "${path_dhclient}"); then AC_PATH_PROG(DHCLIENT, [dhclient], [], $PATH:/sbin:/usr/sbin) else - UDHCPC="${path_dhclient}" + DHCLIENT="${path_dhclient}" AC_SUBST(DHCLIENT) fi fi @@ -107,7 +107,7 @@ if (test "${enable_resolvconf}" = "yes"); then if (test -z "${path_resolvconf}"); then AC_PATH_PROG(RESOLVCONF, [resolvconf], [], $PATH:/sbin:/usr/sbin) else - UDHCPC="${path_resolvconf}" + RESOLVCONF="${path_resolvconf}" AC_SUBST(RESOLVCONF) fi fi -- cgit v1.2.3