diff options
-rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,9 +60,6 @@ def configure(conf): conf.check(framework_name='CoreServices') conf.env.FRAMEWORK_RAUL = ['CoreServices'] - conf.check_cxx(header_name='memory') - conf.check_cxx(header_name='atomic') - autowaf.set_lib_env(conf, 'raul', RAUL_VERSION, has_objects=False, include_path=str(conf.path.find_node('include'))) |