summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-03-01 16:08:06 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-03-01 19:02:15 +0100
commitbf3cb42c6db1f4479467d66a111b08a98afef31b (patch)
treec5832ed921e6cfba85543f4c68be49868b19a5c1 /configure.ac
parent17c88a894499da64460a0ef76db1d8b88ceb9eeb (diff)
downloaddbus-bf3cb42c6db1f4479467d66a111b08a98afef31b.tar.gz
Add have_x11=no if --without-x was given to make later checks happy
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4420c6d3..8816a950 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])
])