From 2a78d2fdcd6f3704411cae26583c2fa1768feb6b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 6 Nov 2017 22:47:56 +0100 Subject: [PATCH] meson: fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 88c10a33..e9d44519 100644 --- a/meson.build +++ b/meson.build @@ -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'