X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=7140627244e27abda0bde7c0393cbad5e64ca42e;hp=d8a9356adbb204dd7927d882b81e2c0e77025225;hb=eb2f9b18026c7b52099b324f4e9136f23b340c8d;hpb=ac6b760ceedd4b21921b6a682cf1479af3d3024f diff --git a/configure.ac b/configure.ac index d8a9356ad..714062724 100644 --- a/configure.ac +++ b/configure.ac @@ -816,7 +816,7 @@ AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"]) # ------------------------------------------------------------------------------ have_kdbus=no AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default])) -if test "x$enable_kdbus" == "xyes"; then +if test "x$enable_kdbus" = "xyes"; then AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enabled]) have_kdbus=yes M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"