diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-25 13:51:31 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-28 08:06:10 +0000 |
commit | 8d0d90a6ddc0cb2f86c5b8228f99fb5997a3cfa5 (patch) | |
tree | ecdb1fa4fff69bc6c8da945f6749452920b84f1a /configure.ac | |
parent | 0bc0831b22466fb5d8a472bd1302e05c0fc263e8 (diff) |
build: require libqmi 1.31.4 for FOX service support
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 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") |