add pkg-config check at the beginning. It can sometimes help on gentoo

SVN revision: 51373
This commit is contained in:
Vincent Torri 2010-08-18 23:08:22 +00:00
parent e2c4d23e38
commit c7df832806
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ AC_SUBST(release_info)
release=relname
AC_SUBST(release)
PKG_PROG_PKG_CONFIG
EFL_CHECK_PATH_MAX
AC_CHECK_FUNCS(setenv)