1.1 --- a/configure Mon Jun 08 01:13:51 2015 -0400
1.2 +++ b/configure Mon Jun 08 01:17:58 2015 -0400
1.3 @@ -19937,35 +19937,6 @@
1.4 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_const_param_XextAddDisplay" >&5
1.5 $as_echo "$have_const_param_XextAddDisplay" >&6; }
1.6
1.7 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for const parameter to _XData32" >&5
1.8 -$as_echo_n "checking for const parameter to _XData32... " >&6; }
1.9 - have_const_param_xdata32=no
1.10 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.11 -/* end confdefs.h. */
1.12 -
1.13 - #include <X11/Xlibint.h>
1.14 - extern int _XData32(Display *dpy,register _Xconst long *data,unsigned len);
1.15 -
1.16 -int
1.17 -main ()
1.18 -{
1.19 -
1.20 -
1.21 - ;
1.22 - return 0;
1.23 -}
1.24 -_ACEOF
1.25 -if ac_fn_c_try_compile "$LINENO"; then :
1.26 -
1.27 - have_const_param_xdata32=yes
1.28 - $as_echo "#define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 1" >>confdefs.h
1.29 -
1.30 -
1.31 -fi
1.32 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.33 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_const_param_xdata32" >&5
1.34 -$as_echo "$have_const_param_xdata32" >&6; }
1.35 -
1.36 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XGenericEvent" >&5
1.37 $as_echo_n "checking for XGenericEvent... " >&6; }
1.38 have_XGenericEvent=no