Sync js configure with topsrcdir

This commit is contained in:
NTD
2016-10-06 13:21:58 -04:00
committed by roytam1
parent e0e64a9840
commit d7ea3b8080
+6 -6
View File
@@ -2820,7 +2820,7 @@ dnl ========================================================
MOZ_ARG_HEADER(Application)
ENABLE_TESTS=1
ENABLE_TESTS=
USE_ARM_KUSER=
@@ -2858,12 +2858,12 @@ MOZ_ARG_ENABLE_STRING(ui-locale,
AC_SUBST(MOZ_UI_LOCALE)
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= )
dnl ========================================================
dnl =