Mercurial > mplayer.hg
diff configure @ 20354:7b1516f23d22
cosmetics: Fix indentation after last commit.
author | diego |
---|---|
date | Sun, 22 Oct 2006 13:19:55 +0000 |
parents | c9eb8504febd |
children | 3cec4506b350 |
line wrap: on
line diff
--- a/configure Sun Oct 22 13:19:15 2006 +0000 +++ b/configure Sun Oct 22 13:19:55 2006 +0000 @@ -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'