Mercurial > mplayer.hg
comparison configure @ 32304:50f2498749da
Remove unnecessary Xlib.h #include from xf86keysym check.
author | diego |
---|---|
date | Mon, 27 Sep 2010 17:28:23 +0000 |
parents | 6d3212dd47b2 |
children | ad6178f15dd1 |
comparison
equal
deleted
inserted
replaced
32303:cad51466b42e | 32304:50f2498749da |
---|---|
4443 # have these new keycodes. | 4443 # have these new keycodes. |
4444 echocheck "XF86keysym" | 4444 echocheck "XF86keysym" |
4445 if test "$_xf86keysym" = auto; then | 4445 if test "$_xf86keysym" = auto; then |
4446 _xf86keysym=no | 4446 _xf86keysym=no |
4447 cat > $TMPC <<EOF | 4447 cat > $TMPC <<EOF |
4448 #include <X11/Xlib.h> | |
4449 #include <X11/XF86keysym.h> | 4448 #include <X11/XF86keysym.h> |
4450 int main(void) { return XF86XK_AudioPause; } | 4449 int main(void) { return XF86XK_AudioPause; } |
4451 EOF | 4450 EOF |
4452 cc_check && _xf86keysym=yes | 4451 cc_check && _xf86keysym=yes |
4453 fi | 4452 fi |