From 16f90f1ebed591e8a3fbdfb10724df944dfdf14e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 5 Nov 2019 21:00:53 +0100 Subject: [PATCH] build: require libqmi 1.24.0 The 1.24.0 stable release can be used as minimum requirement for the new ModemManager 1.12.0 release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 667fb9d0..9c673137 100644 --- a/configure.ac +++ b/configure.ac @@ -362,7 +362,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.23.1 +LIBQMI_VERSION=1.24.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")