summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-03-15 18:23:05 -0400
committerDan Williams <dcbw@redhat.com>2009-03-15 18:23:05 -0400
commite5cf2b1ea829357d611775858c99bdbe31fc0445 (patch)
treedb311530c2bcc80697e1d9dd3a15c95e25bf4416 /configure.ac
parentf53dff8482866400bbda4bb250e65fcd5bf5eaac (diff)
modem-probe: remove
At the moment, it doesn't have a future. NetworkManager + ModemManager won't use it becuase ModemManager has to do more interrogation of the ttys than the simple prober can do, and it makes sense to do all the probing & interrogation in one place anyway. Furthermore, some devices like BlackBerries need much more serial port setup before they will start talking AT commands, and we don't really want to link stuff like libarry into udev-extras. So remove it for now. We can add it back later if we need to.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index df85532..56ea4e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,6 @@ if test -n "$ac_macro_dir"; then
fi
AC_SUBST([ACLOCAL_AMFLAGS])
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.12)
-AC_SUBST(GLIB_CFLAGS)
-AC_SUBST(GLIB_LIBS)
-
PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1.12)
AC_SUBST(LIBUSB_CFLAGS)
AC_SUBST(LIBUSB_LIBS)
@@ -109,7 +105,6 @@ AC_SUBST(PCI_DATABASE)
AC_CONFIG_FILES([
Makefile
rules.d/Makefile
-modem-probe/Makefile
modem-modeswitch/Makefile
udev-acl/Makefile
usb-db/Makefile