From 84af4092648b1deb71e1eb2a75272155be9604c0 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 2 May 2020 14:35:34 +0200 Subject: missing change of variable --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0221351..0afbe0f 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,8 @@ AC_ARG_ENABLE([tests], if ! test "x${enable_tests}" = "xyes"; then enable_tests="no" fi], - [have_tests="yes"]) -AM_CONDITIONAL([ENABLE_TESTS], [test "x$have_tests" = xyes]) + [enable_tests="yes"]) +AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = xyes]) # Add CPU-specific alignment flags old_cflags=$CFLAGS -- cgit v1.2.3-55-g6feb