From 49501a9860d1681a086970e05e4f7ba45af32cc3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 4 Jun 2020 09:10:49 -0700 Subject: [PATCH] Updated configure with changes from configure.ac --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index f1c2e04b0..509c40311 100755 --- a/configure +++ b/configure @@ -25188,6 +25188,9 @@ $as_echo "#define SDL_JOYSTICK_MFI 1" >>confdefs.h SOURCES="$SOURCES $srcdir/src/joystick/iphoneos/*.m" SOURCES="$SOURCES $srcdir/src/joystick/steam/*.c" have_joystick=yes + else + # Need this code for accelerometer as joystick support + SOURCES="$SOURCES $srcdir/src/joystick/iphoneos/*.m" fi # Set up files for the haptic library #if test x$enable_haptic = xyes; then