diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-03 21:05:23 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-03 21:07:04 +0100 |
commit | a1c23a44b90caf3d0360070c78b0cd05775b99b7 (patch) | |
tree | 5514f0b899d269421276e1148b606eaf86035bb0 /xmlsecurity | |
parent | e53ac9984cd745736ec07d039ca92451732392a1 (diff) |
Fix the --disable-xmlsec build.
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index 2e6e8d9bb571..ea5f5aa42059 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ AllLangResTarget_xsec \ Library_xmlsecurity \ Library_xsec_fw \ - Library_xsec_xmlsec \ + $(if $(filter YES,$(ENABLE_XMLSEC)),Library_xsec_xmlsec) \ )) # failing |