[PATCH] configure.ac: add missing "test"
Hans de Goede
hdegoede at redhat.com
Fri Feb 7 04:57:58 PST 2014
Hi,
Thanks, this is my bad. Note I already posted a fix for this myself too.
Either way, this is:
Reviewed-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
On 02/07/2014 02:06 AM, David Heidelberger wrote:
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index c6764f5..fe9b783 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-devel
mailing list