Skip to content

Fix definition of HAVE_X11

Carl Schwan requested to merge work/carl/fix-msvc-build into master

we check if HAVE_X11 is defined and not if it is equal to 1, so only define it when x11 is available instead of setting it to 0 when not available

Merge request reports