# HG changeset patch # User reimar # Date 1263728973 0 # Node ID a9e53df6d8f16d9c1d507ad17b357070a5d18eae # Parent a33cf9c69731920cd58c25c3a764882a1fadcea3 Also try linking against dxguid for SDL test. Some broken SDL versions need it even though sdl-config does include it. diff -r a33cf9c69731 -r a9e53df6d8f1 configure --- a/configure Sun Jan 17 11:43:55 2010 +0000 +++ b/configure Sun Jan 17 11:49:33 2010 +0000 @@ -5342,7 +5342,7 @@ } EOF _sdl=no - for _ld_tmp in "-lSDL" "-lSDL -lpthread" "-lSDL -lwinmm -lgdi32" ; do + for _ld_tmp in "-lSDL" "-lSDL -lpthread" "-lSDL -lwinmm -lgdi32" "-lSDL -lwinmm -lgdi32 -ldxguid" ; do if cc_check -DCONFIG_SDL_SDL_H $_inc_tmp $_ld_tmp ; then _sdl=yes def_sdl_sdl_h="#define CONFIG_SDL_SDL_H 1"