mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-02-06 19:50:36 +01:00
configure: move the python check down to re-unite the gcov check outputs
The python check was inserted between "checking whether to build with gcov" and the answering "yes", causing a lonely "yes" or "no" to wander around the config.log in vain, haunted by solitude and wondering about the binary simplicity of its life. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d856a85cda
commit
87c1cd05ec
1 changed files with 2 additions and 3 deletions
|
|
@ -118,14 +118,13 @@ AS_IF([test "x$enable_gcov" != "xno"],
|
|||
enable_gcov=yes
|
||||
],
|
||||
)
|
||||
|
||||
AM_PATH_PYTHON([2.6])
|
||||
|
||||
AM_CONDITIONAL([GCOV_ENABLED], [test "x$enable_gcov" != "xno"])
|
||||
AC_SUBST([GCOV_CFLAGS])
|
||||
AC_SUBST([GCOV_LDFLAGS])
|
||||
AC_MSG_RESULT([$enable_gcov])
|
||||
|
||||
AM_PATH_PYTHON([2.6])
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
libevdev/Makefile
|
||||
doc/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue