From 5777908e06eb0b0d904f417c5178839e95860c1c Mon Sep 17 00:00:00 2001 From: Mirko Lindner Date: Wed, 10 Feb 2010 00:32:18 +0100 Subject: [PATCH] remove sdl_image test in configure.in Signed-off-by: Mirko Lindner --- configure.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 07fb069..ce7d059 100644 --- a/configure.in +++ b/configure.in @@ -15,11 +15,6 @@ SDL_VERSION=1.2.8 AM_PATH_SDL($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) -AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, , AC_MSG_ERROR([ -*** Unable to find SDL_image libary with PNG support -(http://www.libsdl.org/projects/SDL_image/) -])) - AC_ARG_WITH(sdl-gfx-prefix, [ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed], [SDL_GFX_PREFIX="$withval"])