[PATCH libevdev 2/2] configure: add missing comma

David Herrmann dh.herrmann at gmail.com
Mon Sep 9 06:10:41 PDT 2013


Hi

On Mon, Sep 9, 2013 at 2:41 PM, Giovanni Campagna
<scampa.giovanni at gmail.com> wrote:
> From: Giovanni Campagna <gcampagn at redhat.com>
>
> Without that, it becomes impossible to build without gcov.

Please add your "Signed-off-by" line. It has the same implications as
for kernel patches.
Apart from that:
Reviewed-by: David Herrmann <dh.herrmann at gmail.com>

Thanks
David

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index b2fc7ff..aef07f9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -60,7 +60,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
>  AC_MSG_CHECKING([whether to build with gcov])
>  AC_ARG_ENABLE([gcov],
>               [AS_HELP_STRING([--enable-gcov],
> -                             [Whether to enable coverage testing (default:enabled)])]
> +                             [Whether to enable coverage testing (default:enabled)])],
>               [],
>               [enable_gcov=yes],
>               )
> --
> 1.8.3.1
>
> _______________________________________________
> Input-tools mailing list
> Input-tools at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/input-tools


More information about the Input-tools mailing list