From: Giovanni Campagna Date: Mon, 9 Sep 2013 12:41:11 +0000 (+0200) Subject: configure: add missing comma X-Git-Tag: libevdev-0.4~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b28e0292d8617d4795d85875631cb8659ee0ca1;p=platform%2Fupstream%2Flibevdev.git configure: add missing comma Without that, it becomes impossible to build without gcov. Signed-off-by: Giovanni Campagna Reviewed-by: David Herrmann Reviewed-by: Benjamin Tissoires Signed-off-by: Peter Hutterer --- 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], )