mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-28 14:20:07 +01:00
configure.ac: fix the gcov linker flags
Presumably this worked, but it certainly doesn't work anymore (neither on RHEL7 nor on Fedora 28) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e4c3a8ee7a
commit
6345c1cca2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ AC_ARG_ENABLE([gcov],
|
|||
AS_IF([test "x$enable_gcov" != "xno"],
|
||||
[
|
||||
GCOV_CFLAGS="-fprofile-arcs -ftest-coverage"
|
||||
GCOV_LDFLAGS="-fprofile-arcs -ftest-coverage"
|
||||
GCOV_LDFLAGS="-lgcov"
|
||||
enable_gcov=yes
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue