X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a8cb4f7077c838e982d571ec4b057839b0bfd07c;hb=e62b284c1c36ee21cc35a6c2974db2d8233c8769;hp=159cf1174306a60f13687e14b45db8539ffbdba3;hpb=339d12df978b32c5f9a10dc14d4ab3a03a0ed5c0;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 159cf117..a8cb4f70 100644 --- a/configure.ac +++ b/configure.ac @@ -201,15 +201,6 @@ AM_CONDITIONAL([NEED_RPC], [test "x$sr_cv_have_rpc" = xyes]) # Check for compiler support of 128 bit integers AC_CHECK_TYPES([__int128_t, __uint128_t], [], [], []) -# Availability of bt_put_le16() depends on the bluez library version. -AC_CACHE_CHECK([for bt_put_le16], [sr_cv_have_btputle16], - [AC_LINK_IFELSE([AC_LANG_PROGRAM( - [[#include ]], - [[bt_put_le16(0, (void *)0);]])], - [sr_cv_have_btputle16=yes], [sr_cv_have_btputle16=no])]) -AS_IF([test "x$sr_cv_have_btputle16" = xyes], - [AC_DEFINE([HAVE_BT_PUT_LE16], [1], [Specifies whether we have bt_put_le16().])]) - ######################## ## Hardware drivers ## ########################