build: require mbim-glib >= 1.0.0 when building MBIM support
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user