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

(cherry picked from commit fbbe1295dd)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1861 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2019-10-22 08:12:59 +00:00
parent 228ed9638f
commit 67c0f23bdd
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