build: remove unused API_DEFINES

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Andreas Boll
2013-02-27 10:10:14 +01:00
parent 7f8434b866
commit be0fec4f5b
16 changed files with 6 additions and 20 deletions

View File

@@ -687,9 +687,6 @@ if test "x$enable_opengl" = xno -a \
AC_MSG_ERROR([Building OpenGL ES2 without OpenGL is not supported])
fi
API_DEFINES=""
AC_SUBST([API_DEFINES])
AM_CONDITIONAL(HAVE_OPENGL, test "x$enable_opengl" = xyes)
AM_CONDITIONAL(HAVE_OPENGL_ES1, test "x$enable_gles1" = xyes)
AM_CONDITIONAL(HAVE_OPENGL_ES2, test "x$enable_gles2" = xyes)