Follow portability advice from Master vtorri.

SVN revision: 61168
This commit is contained in:
Iván Briano 2011-07-09 03:04:13 +00:00
parent e9518f1521
commit efc2f2e1f0
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ AC_ARG_ENABLE([build-examples],
# using higher level libraries on these programs
PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore], [], [build_examples="no"])
PKG_CHECK_MODULES([EDJE], [edje],
[edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc],
[edje_cc=$($PKG_CONFIG --variable=prefix edje)/bin/edje_cc],
[build_examples="no"])
AC_SUBST(edje_cc)
else