2
0
Fork 0

[waf] Make ragel mandatory in configure step

This commit is contained in:
Thomas Porzelt 2009-09-14 19:12:15 +02:00
parent 39a879f89a
commit 430e3e08a0
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ def ragel(self, node):
tsk.set_outputs(out)
def detect(conf):
dang = conf.find_program('ragel', var='RAGEL')
dang = conf.find_program('ragel', var='RAGEL', mandatory=True)