Skip to content

Build fixes with missing qmux support in libmbim

Emmanuele Bassi requested to merge ebassi/ModemManager:issue-84 into master

We have a few bits of unprotected conditional code that fails to build if libqmi does not support qmux.

Some of the checks also do not use definedness for the internal WITH_QMI symbol, but just check its value; if WITH_QMI is set to 1, this will shortcircuit the other side of the pre-processor conditional, and the QMI_MBIM_QMUX_SUPPORTED symbol will never be checked.

Fixes: #84 (closed)

Merge request reports