fix typo in configure.ac

Summary: N/A

Test Plan: N/A

Reviewers: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1221
This commit is contained in:
Seunghun Lee 2014-07-23 19:19:23 +09:00 committed by Carsten Haitzler (Rasterman)
parent a8c0504ce2
commit a609a3be9d
1 changed files with 1 additions and 1 deletions

View File

@ -1732,7 +1732,7 @@ fi
# OpenGL common
evas_engine_gl_common_cflags=""
if text "x${have_egl}" = "xyes"; then
if test "x${have_egl}" = "xyes"; then
evas_engine_gl_common_libs="-lEGL"
else
evas_engine_gl_common_libs="-lGL"