configury whitespace cleanup (no actual change.)

This commit is contained in:
Ozkan Sezer 2020-12-15 23:01:10 +03:00
parent 6cb78120d4
commit c02d88dd12
2 changed files with 18 additions and 30 deletions

7
configure vendored
View File

@ -19546,7 +19546,6 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_arm_neon" >&5
$as_echo "$have_arm_neon" >&6; }
CFLAGS="$save_CFLAGS"
if test x$have_arm_neon = xyes; then
@ -19878,7 +19877,6 @@ _ACEOF
fi
}
CheckNativeClient()
{
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@ -19930,7 +19928,6 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
}
CheckRPI()
{
# Check whether --enable-video-rpi was given.
@ -21805,7 +21802,6 @@ $as_echo "#define SDL_VIDEO_RENDER_METAL 1" >>confdefs.h
fi
}
CheckDirectFB()
{
# Check whether --enable-video-directfb was given.
@ -22789,7 +22785,6 @@ $as_echo "#define SDL_INPUT_LINUXKD 1" >>confdefs.h
fi
}
CheckInputKBIO()
{
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FreeBSD kbio.h" >&5
@ -24375,7 +24370,7 @@ fi
;;
esac
hidapi_support=yes
hidapi_support=yes
if test x$enable_hidapi_libusb = xyes; then
pkg_failed=no

View File

@ -1345,7 +1345,6 @@ AS_HELP_STRING([--enable-arm-simd], [use SIMD assembly blitters on ARM [[default
if test x$have_arm_simd = xyes; then
AC_DEFINE(SDL_ARM_SIMD_BLITTERS, 1, [ ])
dnl SOURCES="$SOURCES $srcdir/src/video/arm/pixman-arm-simd*.c"
SOURCES="$SOURCES $srcdir/src/video/arm/pixman-arm-simd*.S"
WARN_ABOUT_ARM_SIMD_ASM_MIT="yes"
fi
@ -1379,12 +1378,10 @@ AS_HELP_STRING([--enable-arm-neon], [use NEON assembly blitters on ARM [[default
vmovn.u16 d0, q0
]])], have_arm_neon=yes)
AC_MSG_RESULT($have_arm_neon)
CFLAGS="$save_CFLAGS"
if test x$have_arm_neon = xyes; then
AC_DEFINE(SDL_ARM_NEON_BLITTERS, 1, [ ])
dnl SOURCES="$SOURCES $srcdir/src/video/arm/pixman-arm-neon*.c"
SOURCES="$SOURCES $srcdir/src/video/arm/pixman-arm-neon*.S"
WARN_ABOUT_ARM_NEON_ASM_MIT="yes"
fi
@ -1607,7 +1604,6 @@ AS_HELP_STRING([--enable-wayland-shared], [dynamically load Wayland support [[de
fi
}
dnl Check for Native Client stuff
CheckNativeClient()
{
@ -1634,7 +1630,6 @@ CheckNativeClient()
])
}
CheckRPI()
{
AC_ARG_ENABLE(video-rpi,
@ -2180,7 +2175,6 @@ AS_HELP_STRING([--enable-render-metal], [enable the Metal render driver [[defaul
fi
}
dnl Find DirectFB
CheckDirectFB()
{
@ -2643,7 +2637,6 @@ CheckInputKD()
fi
}
dnl See if we can use the FreeBSD kernel kbio.h header
CheckInputKBIO()
{
@ -3368,7 +3361,7 @@ AS_HELP_STRING([--enable-hidapi-libusb], [use libusb for low level joystick driv
;;
esac
hidapi_support=yes
hidapi_support=yes
if test x$enable_hidapi_libusb = xyes; then
PKG_CHECK_MODULES([LIBUSB], [libusb-1.0], have_libusb=yes, have_libusb=no)
save_CFLAGS="$CFLAGS"