summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-22 17:47:07 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-05-22 17:47:07 +0200
commit7ceca95323a5fb01c81343884d6051c7427cedb5 (patch)
tree22be1ddd0abdc442227bb346f49eb0ba340a8da4
parent3332333852e472ec5c3d4d9bff6734cc7d935bb8 (diff)
downloadModemManager-7ceca95323a5fb01c81343884d6051c7427cedb5.tar.gz
build: require mbim-glib >= 1.0.0 when building MBIM support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d512f29a..bfa54a170 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,7 @@ dnl
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=auto])
if (test "${with_mbim}" != "no"); then
PKG_CHECK_MODULES(MBIM,
- [mbim-glib],
+ [mbim-glib >= 1.0.0],
[have_libmbim_glib=yes],
[have_libmbim_glib=no])
AC_SUBST(MBIM_CFLAGS)