From 46b707f8477c2dfbf6e6b4f48c73c2d3cbf5cd12 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 28 Dec 2014 17:55:50 +0100 Subject: mbim: use the new response checker helper method mbim_message_response_get_result() is available in libmbim-glib 1.11.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c0064d217..9e8587dcc 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]) AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes") case $with_mbim in yes) - PKG_CHECK_MODULES(MBIM, [mbim-glib >= 1.10], [have_mbim=yes],[have_mbim=no]) + PKG_CHECK_MODULES(MBIM, [mbim-glib >= 1.11.1], [have_mbim=yes],[have_mbim=no]) if test "x$have_mbim" = "xno"; then AC_MSG_ERROR([Couldn't find libmbim-glib. Install it, or otherwise configure using --without-mbim to disable MBIM support.]) else -- cgit v1.2.1