diff -NurdB tuxpaint-0.9.13-orig/src/tuxpaint.c tuxpaint-0.9.13/src/tuxpaint.c --- tuxpaint-0.9.13-orig/src/tuxpaint.c 2005-03-20 20:19:44.000000000 -0500 +++ tuxpaint-0.9.13/src/tuxpaint.c 2005-03-20 20:20:17.000000000 -0500 @@ -165,32 +165,11 @@ #endif #include "SDL_image.h" -#ifndef _IMG_h -#error "---------------------------------------------------" -#error "If you installed SDL_image from a package, be sure" -#error "to get the development package, as well!" -#error "(e.g., 'libsdl-image1.2-devel.rpm')" -#error "---------------------------------------------------" -#endif #include "SDL_ttf.h" -#ifndef _SDLttf_h -#error "---------------------------------------------------" -#error "If you installed SDL_ttf from a package, be sure" -#error "to get the development package, as well!" -#error "(e.g., 'libsdl-ttf1.2-devel.rpm')" -#error "---------------------------------------------------" -#endif #ifndef NOSOUND #include "SDL_mixer.h" -#ifndef _MIXER_H_ -#error "---------------------------------------------------" -#error "If you installed SDL_mixer from a package, be sure" -#error "to get the development package, as well!" -#error "(e.g., 'libsdl-mixer1.2-devel.rpm')" -#error "---------------------------------------------------" -#endif #endif #ifndef SAVE_AS_BMP