diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-02-27 10:10:14 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-04-19 21:26:48 +0200 |
commit | 63d2d7b1866c54d27a5c91dbe834bbc474550564 (patch) | |
tree | 88dfa47ccbd53ff28afe8061db11fbe0c58c60df /configure.ac | |
parent | c720b1a604aa7ea9ef3cc0acc8c5b61f0f284126 (diff) |
build: remove unused API_DEFINES
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 228c3248c6..a273b89fe7 100644 --- a/configure.ac +++ b/configure.ac @@ -676,9 +676,6 @@ if test "x$enable_opengl" = xno -a \ AC_MSG_ERROR([at least one API should be enabled]) 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) |