diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-20 15:37:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-20 15:39:26 +0100 |
commit | c5c9ab279d6362b2090010b4cad9ea49e9559423 (patch) | |
tree | 38ba677fee15e50dc2084730f35bfa728bcc550c | |
parent | fbd1780e60213adbcfcbd8f203c7e7974ff0df8d (diff) |
build: require libmbim 1.16.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7d6bfd95..11250c9f 100644 --- a/configure.ac +++ b/configure.ac @@ -317,7 +317,7 @@ dnl----------------------------------------------------------------------------- dnl MBIM support (enabled by default) dnl -LIBMBIM_VERSION=1.14.0 +LIBMBIM_VERSION=1.16.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") |