summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-24 11:19:30 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-24 11:19:34 +0100
commit5d002b3c904dd8fbad1bec8af119f3cd06b48d89 (patch)
tree7971b919f1e889c72f6a9cedf05dba725db419b8 /wscript
parent5b9b674d8b33469859ca181d8c5ebaca0a5e4ac6 (diff)
Use libfmt to convert things to non-locale-influenced strings.
Related to DoM bug #2218.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 1f5c3000..ecf9c010 100644
--- a/wscript
+++ b/wscript
@@ -124,6 +124,7 @@ def configure(conf):
conf.check_cfg(package='xmlsec1', args='--cflags --libs', uselib_store='XMLSEC1', mandatory=True)
# Remove erroneous escaping of quotes from xmlsec1 defines
conf.env.DEFINES_XMLSEC1 = [f.replace('\\', '') for f in conf.env.DEFINES_XMLSEC1]
+ conf.check_cfg(package='fmt', args='--cflags --libs', uselib_store='FMT', mandatory=True)
# ImageMagick / GraphicsMagick
if not conf.options.disable_examples: