]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add have_x11=no if --without-x was given to make later checks happy
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 1 Mar 2022 15:08:06 +0000 (16:08 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 1 Mar 2022 18:02:15 +0000 (19:02 +0100)
configure.ac

index 4420c6d377ab446efde3098c73a045545e92fe99..8816a9500a8173e78085e066b07622b64c72ee23 100644 (file)
@@ -1129,6 +1129,7 @@ else if test "x$with_x" != xno; then
              have_x11=no
             ])
 else
+    have_x11=no
     AS_IF([test "x$enable_x11_autolaunch" = "xyes"], [
       AC_MSG_ERROR([--enable-x11-autolaunch and --without-x are not compatible])
     ])