SVN revision: 45298
This commit is contained in:
Vincent Torri 2010-01-18 19:02:35 +00:00
parent 568b955c1c
commit 9812f34f5a
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ AC_ARG_WITH(edje-cc,
[
v=$withval;
edje_cc=$v
echo " Enlightenment edje_cc explicitly set to "$edje_cc;
echo " Elementary edje_cc explicitly set to "$edje_cc;
],[
edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
])