From e5599889bc51945b55a5f177b42f1203384f7205 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sun, 2 Aug 2015 02:14:56 +0300 Subject: [PATCH] option for tests added again; --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20c6cd2..f4e6297 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AS_IF([test "x$enable_build_tests" = "xyes"], [ AC_DEFINE([BUILD_TESTS], 1, [build of tests enabled]) ]) -AM_CONDITIONAL(BUILD_TESTS, test "x$enable_tests_examples" = "xyes") +AM_CONDITIONAL(BUILD_TESTS, test "x$enable_build_tests" = "xyes")