diff options
author | Seunghun Lee <shiin.lee@samsung.com> | 2014-07-23 19:19:23 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-07-23 19:19:23 +0900 |
commit | a609a3be9dc77b90343efc59681a9a6370a724d1 (patch) | |
tree | 834b60b25833e89a9d0d23d3eba6050cad9e4c53 /configure.ac | |
parent | a8c0504ce2db43cb05499f58f61ccfffbc9fc2b6 (diff) |
fix typo in configure.ac
Summary: N/A
Test Plan: N/A
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1221
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56fe587451..5443e008db 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1732,7 +1732,7 @@ fi | |||
1732 | 1732 | ||
1733 | # OpenGL common | 1733 | # OpenGL common |
1734 | evas_engine_gl_common_cflags="" | 1734 | evas_engine_gl_common_cflags="" |
1735 | if text "x${have_egl}" = "xyes"; then | 1735 | if test "x${have_egl}" = "xyes"; then |
1736 | evas_engine_gl_common_libs="-lEGL" | 1736 | evas_engine_gl_common_libs="-lEGL" |
1737 | else | 1737 | else |
1738 | evas_engine_gl_common_libs="-lGL" | 1738 | evas_engine_gl_common_libs="-lGL" |