summaryrefslogtreecommitdiff
path: root/m4
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 /m4
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 'm4')
-rw-r--r--m4/efl_check_libs.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/efl_check_libs.m4 b/m4/efl_check_libs.m4
index ea2fc8e..b1c3789 100644
--- a/m4/efl_check_libs.m4
+++ b/m4/efl_check_libs.m4
@@ -53,7 +53,6 @@ PKG_CHECK_EXISTS([zlib],
requirements_pc_[]m4_defn([DOWNEFL])="${requirements_pc_[]m4_defn([DOWNEFL])} zlib"
],
[
- AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH environment variable contains include lines for the location of this file"])
_efl_have_lib="no"
])
@@ -117,4 +116,4 @@ dnl EFL_CHECK_LIBS(EFL, LIBRARIES)
AC_DEFUN([EFL_CHECK_LIBS],
[
m4_foreach_w([lib], [$2], [EFL_CHECK_LIB($1, m4_defn([lib]))])
-]) \ No newline at end of file
+])