
# aspell (ncurses)

Import('*')

out = env['SKIPCHECKS'] or conf.CheckLibWithHeader('aspell', ['aspell.h'], 'C', 'new_aspell_config();', 0)
defines['WITH_ASPELL'] = out
if out:
	libs.append('aspell')

Return('out')

# vim:ts=4:sts=4:sw=4:syntax=python
