summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-07 00:29:04 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-07 00:29:04 +0100
commit67209d68c9457958d2d15ee45f6a127cce68abb4 (patch)
tree0c5a0d88c27a13fbbcfb385ce101d6cedd2aa011 /configure.ac
parentb16b4b09126d1a4ef6274023c5b86b4d38a3794c (diff)
downloadconnman-67209d68c9457958d2d15ee45f6a127cce68abb4.tar.gz
connman-67209d68c9457958d2d15ee45f6a127cce68abb4.tar.bz2
connman-67209d68c9457958d2d15ee45f6a127cce68abb4.zip
Remove failed attempt to integrate with ModemManager
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e774687f..b7e443c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,12 +92,6 @@ AC_ARG_ENABLE(ofono,
AM_CONDITIONAL(OFONO, test "${enable_ofono}" != "no")
AM_CONDITIONAL(OFONO_BUILTIN, test "${enable_ofono}" = "builtin")
-AC_ARG_ENABLE(modemmgr,
- AC_HELP_STRING([--enable-modemmgr], [enable Modem Manager support]),
- [enable_modemmgr=${enableval}], [enable_modemmgr="no"])
-AM_CONDITIONAL(MODEMMGR, test "${enable_modemmgr}" != "no")
-AM_CONDITIONAL(MODEMMGR_BUILTIN, test "${enable_modemmgr}" = "builtin")
-
AC_ARG_WITH(udhcpc, AC_HELP_STRING([--with-udhcpc=PROGRAM],
[specify location of udhcpc binary]), [path_udhcpc=${withval}])