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])
|
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=auto])
|
||||||
if (test "${with_mbim}" != "no"); then
|
if (test "${with_mbim}" != "no"); then
|
||||||
PKG_CHECK_MODULES(MBIM,
|
PKG_CHECK_MODULES(MBIM,
|
||||||
[mbim-glib],
|
[mbim-glib >= 1.0.0],
|
||||||
[have_libmbim_glib=yes],
|
[have_libmbim_glib=yes],
|
||||||
[have_libmbim_glib=no])
|
[have_libmbim_glib=no])
|
||||||
AC_SUBST(MBIM_CFLAGS)
|
AC_SUBST(MBIM_CFLAGS)
|
||||||
|
Reference in New Issue
Block a user