summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-27 18:40:18 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-27 18:40:18 -0700
commit654d99b98b0a6c9468c74d1a9054e850bfeaede1 (patch)
treee67da5bc3cd142dca1441a5af88753a336fc1627 /configure.ac
parent6536cc01ae474807f74e0f160f1d7e756f2870e7 (diff)
downloadconnman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.tar.gz
connman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.tar.bz2
connman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.zip
Remove udhcp plugin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 745e5dba..1efa9b4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,23 +98,6 @@ AC_ARG_ENABLE(ofono,
AM_CONDITIONAL(OFONO, test "${enable_ofono}" != "no")
AM_CONDITIONAL(OFONO_BUILTIN, test "${enable_ofono}" = "builtin")
-AC_ARG_WITH(udhcpc, AC_HELP_STRING([--with-udhcpc=PROGRAM],
- [specify location of udhcpc binary]), [path_udhcpc=${withval}])
-
-AC_ARG_ENABLE(udhcp,
- AC_HELP_STRING([--enable-udhcp], [enable uDHCP support]),
- [enable_udhcp=${enableval}], [enable_udhcp="no"])
-if (test "${enable_udhcp}" != "no"); then
- if (test -z "${path_udhcpc}"); then
- AC_PATH_PROG(UDHCPC, [udhcpc], [], $PATH:/sbin:/usr/sbin)
- else
- UDHCPC="${path_udhcpc}"
- AC_SUBST(UDHCPC)
- fi
-fi
-AM_CONDITIONAL(UDHCP, test "${enable_udhcp}" != "no")
-AM_CONDITIONAL(UDHCP_BUILTIN, test "${enable_udhcp}" = "builtin")
-
AC_ARG_WITH(dhclient, AC_HELP_STRING([--with-dhclient=PROGRAM],
[specify location of dhclient binary]), [path_dhclient=${withval}])