From da919e609e39e6aa464fc8ecc80adf6d5aaa04bb Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Mon, 3 Aug 2015 14:35:00 +0200 Subject: [PATCH] Revert "[HACK] configure.ac: Forces linking with -lEGL" This reverts commit 9f8f64b697f974dc204acd340560e9547b21d743. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1b8b0e3e67..7975e55755 100644 --- a/configure.ac +++ b/configure.ac @@ -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