Skip to content

build: Fix logic for --with-x configure option

Lars Wendler requested to merge (removed):configure_with-x_option into master

Otherwise --with-x option does not get into effect and the resulting build lacks X11 support

While testing new dbus-1.14.0 release in Gentoo, I found dbus lacking X11 support which prevented my KDE desktop from starting. Looking at the build log, I found that the configure summary had Building X11 code with no output at all (neither a yes nor a no). Further looking into the configure.ac file I found the logic error which my patch is fixing. If being merged please also backport this fix into dbus-1.14 branch.

Edited by Lars Wendler

Merge request reports