[MPlayer-cvslog] r19479 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Aug 21 18:24:46 CEST 2006
Author: diego
Date: Mon Aug 21 18:24:45 2006
New Revision: 19479
Modified:
trunk/configure
Log:
cosmetics: Fix indentation after last commit.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Aug 21 18:24:45 2006
@@ -3920,12 +3920,12 @@
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'
More information about the MPlayer-cvslog
mailing list