Revert "SDL autoconfig"

This reverts commit d8c27bdb80.
This commit is contained in:
Jonathan Campbell
2017-12-13 15:46:13 -08:00
parent d8c27bdb80
commit 2c43412d94
4 changed files with 0 additions and 53 deletions

View File

@@ -40,8 +40,6 @@ AC_ARG_ENABLE(sdl2, [ --enable-sdl2 Enable SDL 2.x],
fi
fi
AM_CONDITIONAL(C_SDL2, [ test -n "$SDL2_CFLAGS" ])
AC_SUBST(SDL2_CFLAGS)
AC_SUBST(SDL2_LIBS)
])
@@ -73,8 +71,6 @@ AC_ARG_ENABLE(sdl, [ --enable-sdl Enable SDL 1.x],
AC_DEFINE(C_SDL1,1)
fi
AM_CONDITIONAL(C_SDL1, [ test -n "$SDL_CFLAGS" ])
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)
])