X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=fba244701f663f86edcd6ef8c76235b951674c98;hb=dec23413ecc90d4a547aa41f02af0482b4513495;hp=c3b4ea3ec939d6f8804f4b1b5b7803f3bc8b737b;hpb=c7e4a7bece7a5c4484d229dd5e8ff01a5d49c62e;p=elogind.git diff --git a/configure.ac b/configure.ac index c3b4ea3ec..fba244701 100644 --- a/configure.ac +++ b/configure.ac @@ -1062,14 +1062,6 @@ if test "x$enable_efi" != "xno"; then fi AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"]) -# ------------------------------------------------------------------------------ -have_multi_seat_x=no -AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do not build multi-seat-x])) -if test "x$enable_multi_seat_x" != "xno"; then - have_multi_seat_x=yes -fi -AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"]) - # ------------------------------------------------------------------------------ have_terminal=no AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable terminal support])) @@ -1378,7 +1370,6 @@ AC_MSG_RESULT([ nss-myhostname: ${have_myhostname} gudev: ${enable_gudev} gintrospection: ${enable_introspection} - multi-seat-x: ${have_multi_seat_x} terminal: ${have_terminal} kdbus: ${have_kdbus} Python: ${have_python}