Issue 1327

This commit is contained in:
Thomas Nagy 2013-06-05 00:12:35 +02:00
parent b241462a2a
commit 3a285c62b1
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def boost_get_version(self, d):
m = re_but.search(txt)
if m:
return m.group(1)
return self.check_cxx(fragment=BOOST_VERSION_CODE, includes=[dir], execute=True)
return self.check_cxx(fragment=BOOST_VERSION_CODE, includes=[dir], execute=True, define_ret=True)
@conf
def boost_get_includes(self, *k, **kw):