lib/src_postinst.cygpart: use DWARF_PARSE optionally instead of objdump -dl
[cygport/rpm-style.git] / testsuite / aspell / meson.build
blob16fb9848ec3cb3caa83179b18edf6530dcb092b6
1 aspell = find_program('aspell', required: false)
2 if aspell.found()
3 tests += [['aspell/dict']]
4 endif