summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-02-27 10:10:14 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-05-01 21:34:48 +0200
commitbe0fec4f5b5aa6e3f4cbde835a2f5f2a2624dcfe (patch)
treed19c36c71287e2c04791a654102359a8a9f57803 /configure.ac
parent7f8434b86687b0257756786d55135f961805f6a9 (diff)
build: remove unused API_DEFINES
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1c840911d4d..5bc8c94a2ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)