projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32de6d
)
Fix build break with elm_web since 4664b183e
author
Ryuan Choi
<ryuan.choi@gmail.com>
Wed, 17 Sep 2014 22:40:20 +0000
(07:40 +0900)
committer
Ryuan Choi
<ryuan.choi@gmail.com>
Wed, 17 Sep 2014 22:42:42 +0000
(07:42 +0900)
Maniphest Tasks: T1482
m4/elm_check_option.m4
patch
|
blob
|
history
diff --git
a/m4/elm_check_option.m4
b/m4/elm_check_option.m4
index
7690d0c
..
9fae5ff
100644
(file)
--- 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}