Updated configure with changes from configure.ac

This commit is contained in:
Sam Lantinga 2020-06-04 09:10:49 -07:00
parent 22ce194b17
commit 49501a9860

3
configure vendored
View File

@ -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