summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-20 00:20:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-20 00:20:58 +0200
commit8e196c9a9f378385855e22073ae46e1cc5c06051 (patch)
treee34873ef85e18f9990512023abbb958e829f407a /configure.ac
parent25d62c6414a3e366e074bf0462b953f22a06828f (diff)
downloadconnman-8e196c9a9f378385855e22073ae46e1cc5c06051.tar.gz
connman-8e196c9a9f378385855e22073ae46e1cc5c06051.tar.bz2
connman-8e196c9a9f378385855e22073ae46e1cc5c06051.zip
build: Remove wifi-scan testing utility
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 09860453..7646fe2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -386,11 +386,6 @@ AM_CONDITIONAL(CLIENT, test "${enable_client}" = "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(NETLINK, libnl-1, dummy=yes,
- AC_MSG_ERROR(Netlink library is required))
- AC_SUBST(NETLINK_CFLAGS)
- AC_SUBST(NETLINK_LIBS)
-
PKG_CHECK_MODULES(GNUTLS, gnutls, dummy=yes,
AC_MSG_ERROR(GnuTLS library is required))
AC_SUBST(GNUTLS_CFLAGS)