diff --git a/configure b/configure index 765d02eb4..e7444da86 100755 --- a/configure +++ b/configure @@ -24777,7 +24777,7 @@ $as_echo "#define SDL_AUDIO_DRIVER_ANDROID 1" >>confdefs.h # Set up files for the joystick library if test x$enable_joystick = xyes; then case $ARCH in - linux|freebsd) + linux) $as_echo "#define SDL_JOYSTICK_LINUX 1" >>confdefs.h @@ -24798,7 +24798,7 @@ $as_echo "#define SDL_JOYSTICK_ANDROID 1" >>confdefs.h # Set up files for the haptic library if test x$enable_haptic = xyes; then case $ARCH in - linux|freebsd) + linux) if test x$use_input_events = xyes; then $as_echo "#define SDL_HAPTIC_LINUX 1" >>confdefs.h