From 260412fa744c8976c66753ce33989527ee733dc8 Mon Sep 17 00:00:00 2001 From: William Wold Date: Mon, 5 Oct 2020 11:41:29 -0700 Subject: Remove ENABLE_X11 AM_CONDITIONAL() --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d3e4e0..cf92347 100644 --- a/configure.ac +++ b/configure.ac @@ -183,7 +183,6 @@ if test "x$enable_x11" != "xno"; then fi AM_CONDITIONAL(ENABLE_WAYLAND, [test "x$have_wayland" = "xyes"]) -AM_CONDITIONAL(ENABLE_X11, [test "x$have_x11" = "xyes"]) if test "x$have_x11" != "xyes" -a "x$have_wayland" != "xyes"; then AC_MSG_ERROR([At least one backend must be enabled (--enable-x11 or --enable-wayland)]) -- cgit v1.2.1