Comment 210 for bug 191889

Revision history for this message
In , Alexander Sack (asac) wrote :

(In reply to comment #61)
> Created an attachment (id=322833) [details]
> Disable DBUS support if NetworkManager 0.7 is not present
>
> Take two: check for NetworkManager.pc instead of libnm_glib.pc, properly define
> MOZ_DBUS_ENABLED, properly print results, and run the check in only one
> statement.
>

I dont think that this should be determined at compile time. If you want to turn of network manager support based on what NM version is running it should be figured at _runtime_.

Dan, is there a way to request version information of NM through DBus?

Personally, I think that we should take Wolfgang's patch for now.