diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-06-06 22:15:55 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-07-07 19:51:28 +0200 |
commit | f5cd7476f4bcd3961d408b603344ad5fff03e40d (patch) | |
tree | c6b1eae2f5cee8a6e2c186c2e004a85a03ab0603 /configure.ac | |
parent | 8080be8209c406169f24d52b69ddda4dd8485c8c (diff) |
broadband-modem-mbim: try to use FCC Auth through QMI-over-MBIM if power up fails
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1065f08c..a5ab780e 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,7 @@ dnl----------------------------------------------------------------------------- dnl MBIM support (enabled by default) dnl -LIBMBIM_VERSION=1.12.0 +LIBMBIM_VERSION=1.14.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") @@ -293,7 +293,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.14.0 +LIBQMI_VERSION=1.16.0 AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes]) AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes") |