diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-03 10:38:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-03 10:39:35 +0100 |
commit | 4157926a928e9ab3b3670608cf64d4d8f090e092 (patch) | |
tree | 88d06b03d5d839962c7ddcda9a37177f241d20a9 /configure.ac | |
parent | dc000ec5b4b3b9c02cc03fc8f8b7f19d5d1e3c76 (diff) |
build: require libmbim 1.27.3
In order to be able to use the new MS defined context types.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b165e81e..fba9df98 100644 --- a/configure.ac +++ b/configure.ac @@ -375,7 +375,7 @@ dnl----------------------------------------------------------------------------- dnl MBIM support (enabled by default) dnl -LIBMBIM_VERSION=1.27.2 +LIBMBIM_VERSION=1.27.3 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") |