xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Fri Feb 7 16:19:34 PST 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9eecc9ac73aa06dca1420e0a89fb0cbd432a9bd7
Author: David Heidelberger <david.heidelberger at ixit.cz>
Date:   Fri Feb 7 02:06:04 2014 +0100

    configure.ac: add missing "test"
    
    Signed-off-by: Keith Packard <keithp at keithp.com>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

diff --git a/configure.ac b/configure.ac
index 93f7316..21a6591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -841,7 +841,7 @@ if test "x$WITH_SYSTEMD_DAEMON" = xauto; then
 	WITH_SYSTEMD_DAEMON="$HAVE_SYSTEMD_DAEMON"
 fi
 if test "x$WITH_SYSTEMD_DAEMON" = xyes; then
-	if "x$HAVE_SYSTEMD_DAEMON" = xno; then
+	if test "x$HAVE_SYSTEMD_DAEMON" = xno; then
 		AC_MSG_ERROR([systemd support requested but no library has been found])
 	fi
 	AC_DEFINE(HAVE_SYSTEMD_DAEMON, 1, [Define to 1 if libsystemd-daemon is available])


More information about the xorg-commit mailing list