diff --git a/configure.ac b/configure.ac index fe9bbf058..ed40e8ed2 100644 --- a/configure.ac +++ b/configure.ac @@ -1091,7 +1091,7 @@ AC_ARG_ENABLE([tests], [AS_HELP_STRING([--disable-tests], [Whether tests should be built])], [], [enable_tests=yes]) -AM_CONDITIONAL(BUILD_TESTS, [test "x$enable_tests" = "xyes" && "x$enable_conformance" = "xyes"]) +AM_CONDITIONAL(BUILD_TESTS, [test "x$enable_tests" = "xyes" && test "x$enable_conformance" = "xyes"]) AC_ARG_ENABLE([examples], [AS_HELP_STRING([--disable-examples], [Whether examples should be built])],