Skip to content

iface-modem: actually respect build options

Robert Marko requested to merge robimarko/ModemManager:build-config into main

iface-modem does not include config.h so it doesnt actually have the meson generated build defines to check against.

I found this while trying to use AT commands over D-Bus by enabling at_command_via_dbus, confirming that Meson sees it, defines it in config.h but then I still got the: "Cannot send AT command to modem: operation only allowed in debug mode".

Signed-off-by: Robert Marko robert.marko@sartura.hr

Merge request reports