View | Details | Raw Unified
Collapse All | Expand All

(-) configure.in.orig (-6 lines)
 Lines 73-84    Link Here 
             AC_MSG_ERROR([*** SDL-Mixer not found!]))
             AC_MSG_ERROR([*** SDL-Mixer not found!]))
AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!]))
AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!]))
AC_ARG_VAR(WINDRES, [Windows Resource compiler tool path])
AC_PATH_TOOL(WINDRES,windres,
	[AC_MSG_WARN(Could not find a windres tool in your PATH.)]
)
AC_SUBST(WINDRES)
# Be paranoid
# Be paranoid
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wall"
dnl Checks for header files
dnl Checks for header files