Commit 49501a9860d1681a086970e05e4f7ba45af32cc3

Sam Lantinga 2020-06-04T09:10:49

Updated configure with changes from configure.ac

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/configure b/configure
index f1c2e04..509c403 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