diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-24 19:37:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-24 19:37:38 +0200 |
commit | 76ff021a3c2a2e2339cfc3ce7d754f6e72dae5e7 (patch) | |
tree | 72133a2cd9286d648d4c81917b29a170d291e1a7 | |
parent | 223db868a83d39e38bb5d7cda68a91bbceccd8a5 (diff) |
build: require libmbim-glib >= 1.4.0
We need it to get SMS support.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 09310f6a..9edd398f 100644 --- a/configure.ac +++ b/configure.ac @@ -189,7 +189,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 >= 1.0.0], + [mbim-glib >= 1.4.0], [have_libmbim_glib=yes], [have_libmbim_glib=no]) AC_SUBST(MBIM_CFLAGS) |