[tracker] build: Disable functional tests by default



commit 82d1259db08b12c6c8f112ea3ecb017585b0dac1
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Dec 15 09:46:15 2010 +0000

    build: Disable functional tests by default

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd5c724..e908756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -545,8 +545,8 @@ AC_SUBST(GCOV_LIBS)
 ####################################################################
 AC_ARG_ENABLE([functional-tests],
               AS_HELP_STRING([--enable-functional-tests],
-                             [enable functional tests [[default=yes]]]),,
-              [enable_functional_tests=yes])
+                             [enable functional tests [[default=no]]]),,
+              [enable_functional_tests=no])
 
 if test x$enable_functional_tests != "xno"; then
    # Python check, require >= 2.6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]