X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=939ba6dcf094c325ee440c25782c465034a395bb;hp=d8a9356adbb204dd7927d882b81e2c0e77025225;hb=8114dedc5910d9a9cec702f6b6658551a0cd9ede;hpb=ac6b760ceedd4b21921b6a682cf1479af3d3024f diff --git a/configure.ac b/configure.ac index d8a9356ad..939ba6dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-conf # ------------------------------------------------------------------------------ have_dbus=no AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests])) -AS_IF(["x$enable_dbus" != "xno"], [ +AS_IF([test "x$enable_dbus" != "xno"], [ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.3.2], [AC_DEFINE(HAVE_DBUS, 1, [Define if dbus-1 library is available]) have_dbus=yes], [have_dbus=no]) @@ -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"