meson: fix typo

This commit is contained in:
Boris Faure 2017-11-06 22:47:56 +01:00
parent 270f0cf83f
commit 2a78d2fdcd
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ endif
message('Checking for ecore_con_url_head: ' + found)
if cc.links(elementary_teamwork_code, dependencies: terminology_dependencies)
config_dat.set('HAVE_ELM_WIN_TEAMWORK', 1)
config_data.set('HAVE_ELM_WIN_TEAMWORK', 1)
found = 'Found'
else
found = 'Not Found'