comparison configure @ 20354:7b1516f23d22

cosmetics: Fix indentation after last commit.
author diego
date Sun, 22 Oct 2006 13:19:55 +0000
parents c9eb8504febd
children 3cec4506b350
comparison
equal deleted inserted replaced
20353:c9eb8504febd 20354:7b1516f23d22
7366 echores "$_joystick" 7366 echores "$_joystick"
7367 7367
7368 echocheck "lirc" 7368 echocheck "lirc"
7369 if test "$_lirc" = auto ; then 7369 if test "$_lirc" = auto ; then
7370 _lirc=no 7370 _lirc=no
7371 cat > $TMPC <<EOF 7371 cat > $TMPC <<EOF
7372 #include <lirc/lirc_client.h> 7372 #include <lirc/lirc_client.h>
7373 int main(void) { return 0; } 7373 int main(void) { return 0; }
7374 EOF 7374 EOF
7375 cc_check -llirc_client && _lirc=yes 7375 cc_check -llirc_client && _lirc=yes
7376 fi 7376 fi
7377 if test "$_lirc" = yes ; then 7377 if test "$_lirc" = yes ; then
7378 _def_lirc='#define HAVE_LIRC 1' 7378 _def_lirc='#define HAVE_LIRC 1'
7379 _ld_lirc='-llirc_client' 7379 _ld_lirc='-llirc_client'
7380 else 7380 else