mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-27 10:20:08 +01:00
configure: add missing comma
Without that, it becomes impossible to build without gcov. Signed-off-by: Giovanni Campagna <scampa.giovanni@gmail.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
929705cb7b
commit
5b28e0292d
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue