From 8ba565fffb7c0b89355715bc389b0b7e5c7a1be7 Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Thu, 30 Jan 2014 20:29:58 -0300 Subject: [PATCH] Treacherous copy/paste! --- configure | 3 --- configure.in | 2 -- 2 files changed, 5 deletions(-) diff --git a/configure b/configure index f9b61e12e21b0..a2e554f03772f 100755 --- a/configure +++ b/configure @@ -20098,9 +20098,6 @@ _ACEOF if ac_fn_c_try_compile "$LINENO"; then : have_xrandr_h_hdr=yes - $as_echo "#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1" >>confdefs.h - - SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext diff --git a/configure.in b/configure.in index 9eb0805d99e47..69f650aa664f1 100644 --- a/configure.in +++ b/configure.in @@ -1518,8 +1518,6 @@ AC_HELP_STRING([--enable-video-x11-xrandr], [enable X11 Xrandr extension for ful XRRScreenResources *res = NULL; ],[ have_xrandr_h_hdr=yes - AC_DEFINE(SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH) - SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch" ]) if test x$have_xrandr_h_hdr = xyes; then if test x$enable_x11_shared = xyes && test x$xrandr_lib != x ; then