summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-08-19 08:20:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-08-19 09:41:57 +1000
commit87c1cd05ec55cea74adff07fea8911965adb920e (patch)
tree93427f675ffdc137c07d0c18251a5839be0a09e5
parentd856a85cdad020d7a7eef99dc56c7583b169caba (diff)
downloadlibevdev-87c1cd05ec55cea74adff07fea8911965adb920e.tar.gz
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>
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 42178a2..4781434 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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