[PATCH libevdev 2/2] configure: add missing comma
Peter Hutterer
peter.hutterer at who-t.net
Mon Sep 9 17:06:11 PDT 2013
On Mon, Sep 09, 2013 at 02:41:11PM +0200, Giovanni Campagna wrote:
> From: Giovanni Campagna <gcampagn at redhat.com>
>
> Without that, it becomes impossible to build without gcov.
> ---
> 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
both merged, thank you.
32a9ee1..5b28e02 master -> master
Cheers,
Peter
More information about the Input-tools
mailing list