diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2016-07-08 16:57:25 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-07-08 17:28:20 +0200 |
commit | 2f18f241c6efa34702f2288d1cb205907a247c91 (patch) | |
tree | b5dd473277f852b9a5bdf39a6c6a54ec5438029e /configure.ac | |
parent | e667da85e73279fb1cb08877f79deff4f3603686 (diff) |
build: fix a typo in mbim check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9e4243f..66827ea 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ if test "x$enable_mbim_qmux" = "xauto"; then fi if test "x$enable_mbim_qmux" = "xyes"; then - if test "xhave_mbim" = "xno"; then + if test "x$have_mbim" = "xno"; then AC_MSG_ERROR([Couldn't find `libmbim-glib` >= ${MBIM_GLIB_VERSION}. Install it, or otherwise configure using --disable-mbim-qmux to disable the QMI over MBIM QMUX service.]) fi AC_DEFINE(MBIM_QMUX_ENABLED, 1, [Define if MBIM QMUX support enabled]) |