eet: Go back to plain header check for zlib as band-aid

Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be
better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could
handle this as well.

Without this you get this error:
configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH
environment variable contains include lines for the location of this
file"

SVN revision: 73138
This commit is contained in:
Stefan Schmidt 2012-07-02 09:07:32 +00:00
parent beb582c531
commit 3f86d486cc
1 changed files with 4 additions and 1 deletions

View File

@ -389,7 +389,10 @@ AC_MSG_CHECKING([whether to activate signature support in eet])
AC_MSG_RESULT([${have_signature}])
# libjpeg and zlib
EFL_CHECK_LIBS([eet], [libjpeg zlib])
EFL_CHECK_LIBS([eet], [libjpeg])
AC_CHECK_HEADER([zlib.h],
[dummy="yes"],
[AC_MSG_ERROR("Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")])
# Eina library