Re: [PATCH] configure.ac: add missing test

2014-02-09 Thread David Heidelberger
I'd expected that small patch will be included at moment of sending, so I didn't browsed ml. Then I'm fine with your patch :) David Dne 2014-02-07 13:57, Hans de Goede napsal: Hi, Thanks, this is my bad. Note I already posted a fix for this myself too. Either way, this is: Reviewed-by:

Re: [PATCH] configure.ac: add missing test

2014-02-07 Thread Hans de Goede
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 hdego...@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

Re: [PATCH] configure.ac: add missing test

2014-02-07 Thread Keith Packard
Hans de Goede hdego...@redhat.com writes: 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 hdego...@redhat.com Merged. 08c7df9..9eecc9a master - master -- keith.pack...@intel.com pgpx4C8kFkeSZ.pgp

[PATCH] configure.ac: add missing test

2014-02-06 Thread David Heidelberger
--- 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