summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-02 09:23:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-02 09:23:37 -0400
commit4170d05e249d35486759a57784fdccd03b8c5234 (patch)
tree351297e0814f593af490f783f5ecaad78f3fb1af
parent617200c77ba90c655654c723d5d9414ca44bdf9a (diff)
Fix the systemd configure check
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc75961..8f2bcc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,7 +169,7 @@ AC_SUBST(SYSTEMD_LIBS)
LIBACCOUNTSSERVICE_LIBS="$LIBACCOUNTSSERVICE_LIBS $SYSTEMD_LIBS"
LIBACCOUNTSSERVICE_CFLAGS="$LIBACCOUNTSSERVICE_CFLAGS $SYSTEMD_CFLAGS"
-if test "x$have_systemd" != "no" ; then
+if test "x$have_systemd" != "xno" ; then
AC_DEFINE(WITH_SYSTEMD, 1, [Define to enable systemd support])
fi