summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1a2a4a)
raw | patch | inline | side by side (parent: d1a2a4a)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 15 Oct 2013 07:05:23 +0000 (09:05 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 15 Oct 2013 07:05:23 +0000 (09:05 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index a4f21853dc22b506164a328c5c1f5d1452c26ff9..dde772705dc6a913524116a4e4399dd044f0b823 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_SUBST([STRICT_CFLAGS])
dnl Testing.
-build_testing="no"
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], [build_testing="yes"])
+PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],
+ [build_testing="yes"], [build_testing="no"])
AC_CHECK_HEADERS(libgen.h)