summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2014-09-18 07:40:20 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2014-09-18 07:42:42 +0900
commit925d346da0fdfd709d01b9a659e4ebb4835ea13c (patch)
treec0db7eccd9dceeb889a064442197fe99c0bfaf1d /m4
parentb32de6df350b98c54d2bb3ba493052b362a6a833 (diff)
downloadelementary-925d346da0fdfd709d01b9a659e4ebb4835ea13c.tar.gz
Fix build break with elm_web since 4664b183e
Maniphest Tasks: T1482
Diffstat (limited to 'm4')
-rw-r--r--m4/elm_check_option.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/elm_check_option.m4 b/m4/elm_check_option.m4
index 7690d0ca6..9fae5ffaf 100644
--- a/m4/elm_check_option.m4
+++ b/m4/elm_check_option.m4
@@ -79,7 +79,7 @@ if test "x${want_elementary_web}" != "xnone"; then
AC_DEFINE([HAVE_ELEMENTARY_WEB], [1], [Web support for Elementary])
webkit_datadir=$(${PKG_CONFIG} ${want_elementary_web} --variable=datadir)
AC_DEFINE_UNQUOTED([WEBKIT_DATADIR],
- [${webkit_datadir}],
+ ["${webkit_datadir}"],
["WebKit's data dir"])
ELM_WEB2_DEF="#define"
elementary_web=${want_elementary_web}