diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-07-10 23:12:56 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-08-21 13:26:08 +0000 |
commit | f6a2d01c7ee99204644db030a09fbd71566b7af7 (patch) | |
tree | 091afe4d89133526bb102d07206a69da8782e42a | |
parent | fc3ca42734ee2b608a03fecc8ad4e037f9836a6a (diff) |
build: require libqmi 1.21.3 with QMI LOC support
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7fa4f60d..dd06b3af 100644 --- a/configure.ac +++ b/configure.ac @@ -341,7 +341,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.21.2 +LIBQMI_VERSION=1.21.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") |