From bc47186ea51b3a8dac9ce4d3913d60de4aca2709 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 6 Jan 2008 17:43:01 +0000 Subject: Build tests by default if dependencies are installed. svn path=/trunk/; revision=533 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3