summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-10-05 11:41:29 -0700
committerraveit65 <[email protected]>2020-10-24 16:49:14 +0200
commit260412fa744c8976c66753ce33989527ee733dc8 (patch)
tree1b2919baf066e81a76e30d0911d1fd62a82f71b1
parent31c8a1e7293e2e886e405a58498af4f4de70e57c (diff)
downloadmate-notification-daemon-260412fa744c8976c66753ce33989527ee733dc8.tar.bz2
mate-notification-daemon-260412fa744c8976c66753ce33989527ee733dc8.tar.xz
Remove ENABLE_X11 AM_CONDITIONAL()
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)])