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

@@ -653,12 +653,3 @@ include/Makefile
])
AC_OUTPUT
# need to configure SDL
if test -z "$SDL2_LIBS"; then
if test -n "$SDL_LIBS"; then
export dir="`pwd`/vs2015/sdl"
(cd "$dir" && mkdir -p linux-host) || exit 1
(cd "$dir" && (ac_cv_lib_iconv_libiconv_open=no ac_cv_func_iconv=no ac_cv_header_iconv_h=no ./configure --enable-static --disable-shared "--prefix=$dir/linux-host")) || exit 1
fi
fi