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

Giovanni Campagna scampa.giovanni at gmail.com
Mon Sep 9 05:41:11 PDT 2013


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



More information about the Input-tools mailing list