From 63a980d9b31b215517601afb9097d2d5fd721f67 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 11 Sep 2018 13:44:41 -0700 Subject: libstage: remove SDL2 dependency from configure.ac Now that libstage has no coupling to the rendering backend, there's no need for this. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index ac0e8b5..056fe2a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,11 +6,6 @@ AM_PROG_AR AC_PROG_RANLIB AM_SILENT_RULES([yes]) -dnl Check for SDL2 -PKG_CHECK_MODULES(SDL2, sdl2) -CFLAGS="$CFLAGS $SDL2_CFLAGS" -LIBS="$LIBS $SDL2_LIBS" - AC_CONFIG_FILES([ Makefile src/Makefile -- cgit v1.2.3