fix the check for EGL
authorXiang, Haihao <haihao.xiang@intel.com>
Fri, 13 Jan 2012 07:00:45 +0000 (15:00 +0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 28 Jun 2012 08:39:29 +0000 (10:39 +0200)
commit94a5d2ef18af6c1f3d7a988da7c04d35635d8686
tree1487ed407df36795bbe14ea2f8cdfde9fe430f6c
parent8494f84e20be47aa9d0f33d821067a55aa3eefc7
fix the check for EGL

It is possible that EGL/egl.h doesn't exist however EGL library is
available. We don't want to build EGL related stuff in this case

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
[Gwenole: removed the non-existing check for the testcase]
configure.ac