Skip to content

Commit

Permalink
Fixed another AC_DEFINE.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 2, 2017
1 parent 3f7f65a commit d00dfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -20569,8 +20569,7 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"; then :

have_xinput2_multitouch=yes

$as_echo "#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH /**/" >>confdefs.h
$as_echo "#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1" >>confdefs.h

SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch"

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1751,7 +1751,7 @@ int event_type = XI_TouchBegin;
XITouchClassInfo *t;
],[
have_xinput2_multitouch=yes
AC_DEFINE([SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH], [], [Description])
AC_DEFINE([SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH], 1, [])
SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch"
])
AC_MSG_RESULT($have_xinput2_multitouch)
Expand Down

0 comments on commit d00dfc4

Please sign in to comment.