]> git.0d.be Git - empathy.git/commitdiff
Build tests by default if dependencies are installed.
authorXavier Claessens <xclaesse@src.gnome.org>
Sun, 6 Jan 2008 17:43:01 +0000 (17:43 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 6 Jan 2008 17:43:01 +0000 (17:43 +0000)
svn path=/trunk/; revision=533

configure.ac

index 76a34cd831f033f98adfc2c06051a50bd3bc9c44..7bdb14bccdf49ab9bfb8cfa4d23044b7f78c2487 100644 (file)
@@ -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]), ,
 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,
 
 if test "x$enable_tests" != "xno"; then
    PKG_CHECK_MODULES(CHECK,