From 25268b42705b293e0929a0e9209bcb369f63713b Mon Sep 17 00:00:00 2001 From: Marko Saukko Date: Mon, 14 May 2012 22:52:57 +0300 Subject: build: BlueZ version 4.99 is required. BlueZ 4.99 introduced key_size to bt_security struct that is used in oFono, thus the requirement needs to be higher. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 251a7269..9f77a3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -177,8 +177,8 @@ AC_ARG_ENABLE(bluetooth, AC_HELP_STRING([--disable-bluetooth], [disable Bluetooth modem support]), [enable_bluetooth=${enableval}]) if (test "${enable_bluetooth}" != "no"); then - PKG_CHECK_MODULES(BLUEZ, bluez >= 4.30, dummy=yes, - AC_MSG_ERROR(Bluetooth library >= 4.30 is required)) + PKG_CHECK_MODULES(BLUEZ, bluez >= 4.99, dummy=yes, + AC_MSG_ERROR(Bluetooth library >= 4.99 is required)) fi AC_SUBST(BLUEZ_CFLAGS) AC_SUBST(BLUEZ_LIBS) -- cgit v1.2.3