From: Lars Wendler Date: Tue, 1 Mar 2022 15:08:06 +0000 (+0100) Subject: Add have_x11=no if --without-x was given to make later checks happy X-Git-Tag: dbus-1.15.0~101^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3cb42c6db1f4479467d66a111b08a98afef31b;p=thirdparty%2Fdbus.git Add have_x11=no if --without-x was given to make later checks happy --- diff --git a/configure.ac b/configure.ac index 4420c6d37..8816a9500 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ])