Revert "[HACK] configure.ac: Forces linking with -lEGL"

This reverts commit 9f8f64b697.
This commit is contained in:
Nicolas Aguirre 2015-08-03 14:35:00 +02:00
parent d54ef1d593
commit da919e609e
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ evas_engine_gl_common_cflags=""
if test "x${have_egl}" = "xyes"; then
evas_engine_gl_common_libs="-lEGL"
else
evas_engine_gl_common_libs="-lEGL"
evas_engine_gl_common_libs="-lGL"
fi
# The lines below fix compiling/linking of gl_generic on OSX