summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-11 11:09:57 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:18 +0100
commit16986df5610e062e0b5e09ea10441b2647d4ae6b (patch)
treea23e37a2746b5611b91276db67e7d7f1f3612245 /Repository.mk
parente3ba76406b90af1bd7ed814e0b44fb6f182c6428 (diff)
normalize values of WITH_MOZAB4WIN
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index 204a16bc0c2f..a97f652dc326 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -375,11 +375,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
$(if $(DISABLE_ATL),,oleautobridge) \
smplmail \
wininetbe1 \
- $(if $(filter YES,$(WITH_MOZAB4WIN)), \
+ $(if $(WITH_MOZAB4WIN), \
mozab2 \
mozabdrv \
) \
- $(if $(filter NO,$(WITH_MOZAB4WIN)),mozbootstrap) \
+ $(if $(WITH_MOZAB4WIN),,mozbootstrap) \
) \
$(if $(filter $(OS),WNT),, \
mork \