aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-06-18 10:58:14 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-06-18 10:58:14 +0200
commit54de41928b73b2c7fdfe5b4c791625f6973510f0 (patch)
tree3e8f53b18e999f4c2fa4c2a33811540745ab9553
parent9d31cbaa2dc2efb77d174134156b612072d6bf0b (diff)
build: require libmbim 1.24.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37c4d8d1..2ae4cb69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,7 +370,7 @@ dnl-----------------------------------------------------------------------------
dnl MBIM support (enabled by default)
dnl
-LIBMBIM_VERSION=1.23.900
+LIBMBIM_VERSION=1.24.0
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=yes])
AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes")