[MPlayer-cvslog] r20360 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Oct 22 15:19:55 CEST 2006
Author: diego
Date: Sun Oct 22 15:19:55 2006
New Revision: 20360
Modified:
trunk/configure
Log:
cosmetics: Fix indentation after last commit.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 22 15:19:55 2006
@@ -7368,11 +7368,11 @@
echocheck "lirc"
if test "$_lirc" = auto ; then
_lirc=no
- cat > $TMPC <<EOF
+ cat > $TMPC <<EOF
#include <lirc/lirc_client.h>
int main(void) { return 0; }
EOF
- cc_check -llirc_client && _lirc=yes
+ cc_check -llirc_client && _lirc=yes
fi
if test "$_lirc" = yes ; then
_def_lirc='#define HAVE_LIRC 1'
More information about the MPlayer-cvslog
mailing list