# HG changeset patch # User diego # Date 1161523195 0 # Node ID 7b1516f23d22d8db8c3617689b57095a0aa60222 # Parent c9eb8504febd21b08e248db2aaf8f4d75bedfd85 cosmetics: Fix indentation after last commit. diff -r c9eb8504febd -r 7b1516f23d22 configure --- 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 < $TMPC < 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'