discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a43efbc1246e4e4e946c75907c9098381fd405ec

commit a43efbc1246e4e4e946c75907c9098381fd405ec
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Sep 25 23:06:14 2015 -0400

    blacklist all versions of efl affected by T2745
    
    prevent case where internal windows cannot be made visible
---
 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aa0e1db..bfd1757 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,11 @@ AC_DEFINE(HAVE_ENVIRON, 1, [Have environ var])
 
 efl_version="1.11"
 AC_SUBST(efl_version)
-
+PKG_CHECK_EXISTS([ecore < 1.15.2], [
+  PKG_CHECK_EXISTS([ecore >= 1.12], [
+    AC_MSG_ERROR([your version of efl has been blacklisted due to T2745])
+  ], [])
+], [])
 AC_CHECK_HEADERS([sys/timerfd.h sys/ptrace.h arpa/inet.h netinet/in.h])
 
 dnl AC_CHECK_HEADERS(X11/extensions/shape.h,, AC_MSG_ERROR([Cannot find 
X11/extensions/shape.h. Make sure your CFLAGS environment variable contains 
include lines for the location of this file]))

-- 


Reply via email to