diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-10 14:07:35 +0200 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-12 10:42:37 +0200 |
commit | 74599e695b29caebbd42ad024d82ada71ded3540 (patch) | |
tree | d31c52d01c1fc4c14068c2569ed0ed82a0f97c4d /configure.ac | |
parent | 82a9f16fa46cd0f625ff2d39d4f4f4212e464f52 (diff) |
sim-qmi,libmm-glib: QMI implementation of get/set preferred networks
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 7ef095ff..64948665 100644 --- a/configure.ac +++ b/configure.ac @@ -401,7 +401,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.29.2 +LIBQMI_VERSION=1.29.3 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") |