Pretty standard patch set from Lutin for recent pkg-config changes in EFL...

committing in bulk.


SVN revision: 29725
This commit is contained in:
Christopher Michael 2007-04-25 09:22:08 +00:00
parent 480c875078
commit bd1a08c950
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ AC_DEFINE_UNQUOTED(LOCALEDIR, "${localedir}", "Module Locale Directory")
#
# Check EFL Libs
#
AC_PATH_GENERIC([edje], [0.5.0], [], [AC_MSG_ERROR(Edje is not installed)],)
PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0])
AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
#