1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

cosmetics: Fix indentation after last commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19479 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-21 16:24:45 +00:00
parent 0913763c6d
commit 0902464941

4
configure vendored
View File

@ -3920,12 +3920,12 @@ echores "$_vm"
echocheck "XF86keysym"
if test "$_xf86keysym" = auto; then
_xf86keysym=no
cat > $TMPC <<EOF
cat > $TMPC <<EOF
#include <X11/Xlib.h>
#include <X11/XF86keysym.h>
int main(void) { return XF86XK_AudioPause; }
EOF
cc_check $_ld_x11 && _xf86keysym=yes
cc_check $_ld_x11 && _xf86keysym=yes
fi
if test "$_xf86keysym" = yes ; then
_def_xf86keysym='#define HAVE_XF86XK 1'