summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2016-10-05 13:15:48 -0400
committerMatt A. Tobin <email@mattatobin.com>2016-10-05 13:15:48 -0400
commit19e2a93dae5871e7caa99ce52ad7c56a7af8e0a7 (patch)
tree9d297e031998e7099c52ae5adeb3417d86dddf8b /configure.in
parent9e45d7fa52427bd0902b9550c0ed00cb92194cc2 (diff)
downloadpalemoon-gre-19e2a93dae5871e7caa99ce52ad7c56a7af8e0a7.tar.gz
Disable tests by default
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 5bcae8101..dd6e99c9e 100644
--- a/configure.in
+++ b/configure.in
@@ -3846,7 +3846,7 @@ dnl ========================================================
MOZ_ARG_HEADER(Application)
-ENABLE_TESTS=1
+ENABLE_TESTS=
MOZ_DISABLE_PARENTAL_CONTROLS=1
ENABLE_SYSTEM_EXTENSION_DIRS=1
MOZ_BRANDING_DIRECTORY=
@@ -6354,12 +6354,12 @@ MOZ_ARG_ENABLE_BOOL(update-packaging,
AC_SUBST(MOZ_UPDATE_PACKAGING)
dnl ========================================================
-dnl build the tests by default
+dnl Do not build the tests by default
dnl ========================================================
-MOZ_ARG_DISABLE_BOOL(tests,
-[ --disable-tests Do not build test libraries & programs],
- ENABLE_TESTS=,
- ENABLE_TESTS=1 )
+MOZ_ARG_ENABLE_BOOL(tests,
+[ --enable-tests Build test libraries & programs],
+ ENABLE_TESTS=1,
+ ENABLE_TESTS= )
if test -n "$ENABLE_TESTS"; then
GTEST_HAS_RTTI=0