summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-12-21 13:13:07 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-12-21 13:13:07 -0800
commited9349064784c0c05ad06497ce2beaea5b13eaf6 (patch)
tree131714203ec44e5c09f90be634bb257aef1546aa /configure.ac
parentd6af339c99510e9de2d0a7f0163004cab82e96c7 (diff)
downloadofono-ed9349064784c0c05ad06497ce2beaea5b13eaf6.tar.bz2
build: Remove unused dependency on USB library
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 9b492fe3..7bf66d4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,12 +116,6 @@ AM_CONDITIONAL(TEST, test "${enable_test}" = "yes")
AC_ARG_ENABLE(tools, AC_HELP_STRING([--enable-tools],
[enable testing tools]), [enable_tools=${enableval}])
-if (test "${enable_tools}" = "yes"); then
- PKG_CHECK_MODULES(USB, libusb-1.0, dummy=yes,
- AC_MSG_ERROR(USB library is required))
- AC_SUBST(USB_CFLAGS)
- AC_SUBST(USB_LIBS)
-fi
AM_CONDITIONAL(TOOLS, test "${enable_tools}" = "yes")
AC_ARG_ENABLE(dundee, AC_HELP_STRING([--enable-dundee],