foxygit / doom Log in
commit ca0e7776d0048f635d68e3b05313c7bc7898ab3b
Author:     Jonathan Dowland <jon+github@alcopop.org>
AuthorDate: Thu Jul 14 18:46:59 2016 +0100
Commit:     Jonathan Dowland <jon+github@alcopop.org>
CommitDate: Thu Jul 14 18:47:56 2016 +0100

    Remove some autoconf foo for GL

    I accidentally left this in the last merge; no longer needed since
    we're using SDL_GL_GetProcAddress.
---
 configure.ac    | 1 -
 src/Makefile.am | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index eb16c6de..47cb3353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,6 @@ AC_SUBST(SDLMIXER_LIBS)

 AC_SUBST(SDLNET_CFLAGS)
 AC_SUBST(SDLNET_LIBS)
-AC_SUBST(GL_LIBS)

 AC_SUBST(ac_aux_dir)

diff --git a/src/Makefile.am b/src/Makefile.am
index eb44f38a..64e41a4a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -153,8 +153,7 @@ EXTRA_LIBS =                                               \
                @SDL_LIBS@                                  \
                @SDLMIXER_LIBS@                             \
                @SDLNET_LIBS@                               \
-               @SDLIMAGE_LIBS@                             \
-               @GL_LIBS@
+               @SDLIMAGE_LIBS@

 if HAVE_WINDRES
 @PROGRAM_PREFIX@doom_SOURCES=$(SOURCE_FILES_WITH_DEH) resource.rc