build: require mbim-glib >= 1.0.0 when building MBIM support

This commit is contained in:
Aleksander Morgado
2013-05-22 17:47:07 +02:00
parent 3332333852
commit 7ceca95323

View File

@@ -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)