summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 16:57:35 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:09 +0100
commit0443d0a90ecb9ac54484c1c2c6b9d74892eb35ae (patch)
tree14d96f096ee449348730e9bade2571cb23f46482 /external
parent379f978387a8b017a41c2682c0b39444f17a2230 (diff)
normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
Diffstat (limited to 'external')
-rw-r--r--external/python3/Module_python3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/python3/Module_python3.mk b/external/python3/Module_python3.mk
index eb2ec39ecb0b..65e13567f7ab 100644
--- a/external/python3/Module_python3.mk
+++ b/external/python3/Module_python3.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_Module_Module,python3))
ifneq ($(DISABLE_PYTHON),TRUE)
-ifeq ($(SYSTEM_PYTHON),NO)
+ifeq ($(SYSTEM_PYTHON),)
$(eval $(call gb_Module_add_targets,python3,\
UnpackedTarball_python3 \