summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e086210b..807d4f87e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ else
AC_CHECK_LIB([GL], [glBegin], ,
AC_MSG_ERROR([ *** Unable to find OpenGL library]))
else
- LDFLAGS="$LDFLAGS -lGLESv2 -lEGL"
+ LDFLAGS="$LDFLAGS -lGLESv1_CM"
fi
else
LDFLAGS="$LDFLAGS -framework OpenGL"