mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
check for tpcshrd.h and define HAVE_TPCSHRD_H if it's available.
This commit is contained in:
@@ -3971,6 +3971,10 @@ case "$host" in
|
||||
have_haptic=yes
|
||||
fi
|
||||
fi
|
||||
AC_CHECK_HEADER(tpcshrd.h,have_tpcshrd_h=yes)
|
||||
if test x$have_tpcshrd_h = xyes; then
|
||||
AC_DEFINE(HAVE_TPCSHRD_H, 1, [ ])
|
||||
fi
|
||||
# Set up files for the sensor library
|
||||
AC_CHECK_HEADER(sensorsapi.h,have_winsensors=yes,have_winsensors=no)
|
||||
if test x$have_winsensors = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user