--- SDL_config.h.orig 2007-06-05 18:12:02.000000000 +0300 +++ SDL_config.h 2007-06-05 18:12:05.000000000 +0300 @@ -49,6 +49,8 @@ #include "SDL_config-s390.h" #elif defined(__x86_64__) #include "SDL_config-x86_64.h" +#elif defined(__arm__) +#include "SDL_config-arm.h" #else #error "The SDL-devel package is not usable with the architecture." #endif