diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-06 11:09:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-06 11:09:16 +0100 |
| commit | ebc29bddd5cbc5cad23cc9b1095d842f55ece5e0 (patch) | |
| tree | 7095d6d7cd9df042f80eb2952b666b57afc8cdc1 /wscript | |
| parent | 4d3d20687c9e334b29c8a2821e0646fb9166ab3f (diff) | |
Try to prevent encode server test crashing in valgrind.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -564,6 +564,7 @@ def configure(conf): # Other stuff conf.find_program('msgfmt', var='MSGFMT') + conf.check(header_name='valgrind/memcheck.h', mandatory=False) datadir = conf.env.DATADIR if not datadir: |
