Omit mention of autoconf update, autoconf is no longer in use

This commit is contained in:
Maya Rashish 2019-10-21 15:32:50 +03:00
parent bcfbede38a
commit fbbe1295dd
2 changed files with 0 additions and 2 deletions

View File

@ -102,7 +102,6 @@ struct tagSFG_PlatformWindowState
#include <string.h> #include <string.h>
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
/* XXX The below hack is done until freeglut's autoconf is updated. */
# define HAVE_USB_JS 1 # define HAVE_USB_JS 1
# include <sys/joystick.h> # include <sys/joystick.h>

View File

@ -136,7 +136,6 @@ struct tagSFG_PlatformWindowState
#include <string.h> #include <string.h>
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
/* XXX The below hack is done until freeglut's autoconf is updated. */
# define HAVE_USB_JS 1 # define HAVE_USB_JS 1
# include <sys/joystick.h> # include <sys/joystick.h>
# define JS_DATA_TYPE joystick # define JS_DATA_TYPE joystick