aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-03-25 13:51:31 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-03-28 08:06:10 +0000
commit8d0d90a6ddc0cb2f86c5b8228f99fb5997a3cfa5 (patch)
treeecdb1fa4fff69bc6c8da945f6749452920b84f1a /configure.ac
parent0bc0831b22466fb5d8a472bd1302e05c0fc263e8 (diff)
build: require libqmi 1.31.4 for FOX service support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ac41c57..649e3318 100644
--- a/configure.ac
+++ b/configure.ac
@@ -410,7 +410,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.31.3
+LIBQMI_VERSION=1.31.4
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")