diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 76a34cd83..7bdb14bcc 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ AM_CONDITIONAL(HAVE_NOTHERE, test "x$have_nothere" = "xyes") AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests=@<:@no/yes/auto@:>@], [build tests]), , - enable_tests=no) + enable_tests=auto) if test "x$enable_tests" != "xno"; then PKG_CHECK_MODULES(CHECK, |