From de2fdfca87edeaa37876c624b4762ebb1668e091 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sat, 19 Jul 2014 00:40:46 +0200 Subject: [PATCH] Remove SDL_gfx as a dependency The Surface class was changed to not use routines from SDL_gfx anymore. --- configure.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.in b/configure.in index 3173b12..6ccec78 100644 --- a/configure.in +++ b/configure.in @@ -15,12 +15,6 @@ SDL_VERSION=1.2.8 AM_PATH_SDL($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) -AC_ARG_WITH(sdl-gfx-prefix, - [ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed], - [SDL_GFX_PREFIX="$withval"]) - -AC_CHECK_LIB(SDL_gfx, rotozoomSurfaceXY,,check_sdl_gfx="no") - AC_CHECK_LIB(SDL_ttf, TTF_OpenFont) # Check for libpng