summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 10:33:32 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 10:33:32 +0100
commit292a37990cf0b9517135a4d58c8c1df6b9123cb4 (patch)
treeea432ebc43cc6b3a42519db60ae33e27b81a0aa5 /acinclude.m4
parente0f960e038169b5b193520e9255b695c7e4bb3d6 (diff)
downloadbluez-292a37990cf0b9517135a4d58c8c1df6b9123cb4.tar.gz
build: Remove dependency for check library
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m48
1 files changed, 1 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b61cd172f..b3e41810c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -130,12 +130,6 @@ AC_DEFUN([AC_PATH_READLINE], [
[])
])
-AC_DEFUN([AC_PATH_CHECK], [
- PKG_CHECK_MODULES(CHECK, check >= 0.9.6, check_found=yes, check_found=no)
- AC_SUBST(CHECK_CFLAGS)
- AC_SUBST(CHECK_LIBS)
-])
-
AC_DEFUN([AC_PATH_OUI], [
AC_ARG_WITH(ouifile,
AS_HELP_STRING([--with-ouifile=PATH],[Path to the oui.txt file @<:@auto@:>@]),
@@ -291,7 +285,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(HEALTHPLUGIN, test "${health_enable}" = "yes")
AM_CONDITIONAL(READLINE, test "${readline_found}" = "yes")
AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
- AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
+ AM_CONDITIONAL(TEST, test "${test_enable}" = "yes")
AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes")
AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes")