build - we dont need to check for autofoo in tree anymore

This commit is contained in:
Carsten Haitzler 2020-12-30 13:10:44 +00:00
parent bd69387369
commit 742b5783b2
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@ project('enlightenment', 'c',
proj = meson.project_name()
ver = meson.project_version()
#### check for mixed autofoo and meson build tree mess
clean_check = run_command('meson/clean_check.sh')
if clean_check.returncode() == 0
error('Meson build requires a clean source tree')
endif
config_h = configuration_data()
e_version = ver.split('.')