summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2012-07-02 09:17:05 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2012-07-02 09:17:05 +0000
commit643d44bfc6afd13af7300e98dffd4359ee8a0f71 (patch)
treeafb7d7cce0d1c92ef5e8a774e51cc5bd1a5b4ee3 /configure.ac
parent574c620ade8cc5e6901227fabae35c350cba40d5 (diff)
downloadeet-643d44bfc6afd13af7300e98dffd4359ee8a0f71.tar.gz
eet: Real fix for the zlib detection on old systems.
Reverting my band aid and bring in the real fix provided by Vincent. SVN revision: 73139
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ebcf1be..4f91427 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,10 +389,7 @@ AC_MSG_CHECKING([whether to activate signature support in eet])
AC_MSG_RESULT([${have_signature}])
# libjpeg and 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")])
+EFL_CHECK_LIBS([eet], [libjpeg zlib])
# Eina library