summaryrefslogtreecommitdiff
path: root/manifest.mn
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2015-10-15 23:11:42 +0200
committerKai Engert <kaie@kuix.de>2015-10-15 23:11:42 +0200
commitefbb88050e434738835501dd3ea51926f7a639e5 (patch)
tree62ac219d1b0faa7c0304b7d7b4106d0724095346 /manifest.mn
parent44bef3250971e4f611897542c4ae39d6b306a9be (diff)
downloadnss-hg-efbb88050e434738835501dd3ea51926f7a639e5.tar.gz
Bug 1214390, make it possible to disable building of gtests in a backwards compatible way, r=ekr
Diffstat (limited to 'manifest.mn')
-rw-r--r--manifest.mn2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.mn b/manifest.mn
index 4d7e63445..8a25f8277 100644
--- a/manifest.mn
+++ b/manifest.mn
@@ -12,6 +12,6 @@ RELEASE = nss
DIRS = coreconf lib cmd
-ifneq (0,$(NSS_BUILD_GTESTS))
+ifndef NSS_DISABLE_GTESTS
DIRS += external_tests
endif