From f8f3a1b4a196cd893abb7e9042f6a5cbea00affa Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 16 Aug 2014 21:57:51 +0200 Subject: build: drop check for XF86keysym.h This is always included in the Xorg development headers. Strictly speaking it's not necessarily available with other X implementations, but these are hopefully all dead. --- old-configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 0bfac3633c..b4b1f7cf2b 100755 --- a/old-configure +++ b/old-configure @@ -636,12 +636,6 @@ check_pkg_config "Xinerama" $_xinerama XINERAMA 'xinerama' check_pkg_config "Xrandr" $_xrandr XRANDR 'xrandr' -# Check for the presence of special keycodes, like audio control buttons -# that XFree86 might have. Used to be bundled with the xf86vm check, but -# has nothing to do with xf86vm and XFree 3.x has xf86vm but does NOT -# have these new keycodes. -check_statement_libs "XF86keysym" auto XF86XK X11/XF86keysym.h 'int x = XF86XK_AudioPause;' - check_pkg_config "CACA" $_caca CACA 'caca >= 0.99.beta18' check_compile "DVB" $_dvb DVB waftools/fragments/dvb.c -- cgit v1.2.3