aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2024-04-06 15:30:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2024-04-06 15:30:58 -0500
commit3ebe371792b686e80944229e991ad565c7a4441a (patch)
tree8d9d8865304280271d18cae49d43610ef2b65232
parent6bd9bd2c9efafbe2e5a84168606052aad02a749d (diff)
downloadofono-3ebe371792b686e80944229e991ad565c7a4441a.tar.gz
build: Remove bluez4 configure magic
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 8eb8dd048..510d2595d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,20 +233,9 @@ AC_ARG_ENABLE(mbimmodem, AS_HELP_STRING([--disable-mbimmodem],
AM_CONDITIONAL(MBIMMODEM, test "${enable_mbimmodem}" != "no")
AC_ARG_ENABLE(bluetooth, AS_HELP_STRING([--disable-bluetooth],
- [disable BlueZ 4 and BlueZ 5 plugins support]),
+ [disable BlueZ 5 plugins support]),
[enable_bluetooth=${enableval}])
-AC_ARG_ENABLE(bluez4, AS_HELP_STRING([--enable-bluez4],
- [enable BlueZ 4 plugins support prior to BlueZ 5]),
- [enable_bluez4=${enableval}])
-
-if (test "${enable_bluez4}" = "yes"); then
- PKG_CHECK_MODULES(BLUEZ, bluez >= 4.99 bluez < 5, dummy=yes,
- AC_MSG_ERROR(Bluetooth library >= 4.99 and < 5 is required))
- AC_SUBST(BLUEZ_CFLAGS)
- AC_SUBST(BLUEZ_LIBS)
-fi
-
AM_CONDITIONAL(BLUETOOTH, test "${enable_bluetooth}" != "no")
AC_ARG_ENABLE(upower, AS_HELP_STRING([--disable-upower],