comparison configure @ 33923:f14570733c62

configure: cosmetics: eliminate tabs
author diego
date Thu, 25 Aug 2011 19:19:51 +0000
parents 514016233368
children f00fc114eb87
comparison
equal deleted inserted replaced
33922:25de7f7ee57c 33923:f14570733c62
6759 if test "$_librtmp" = auto && test "$networking" = yes ; then 6759 if test "$_librtmp" = auto && test "$networking" = yes ; then
6760 statement_check librtmp/rtmp.h 'RTMP_Socket(NULL)' -lrtmp && 6760 statement_check librtmp/rtmp.h 'RTMP_Socket(NULL)' -lrtmp &&
6761 _librtmp=yes && extra_ldflags="$extra_ldflags -lrtmp" 6761 _librtmp=yes && extra_ldflags="$extra_ldflags -lrtmp"
6762 if test "$_librtmp" != yes && $_pkg_config --exists librtmp ; then 6762 if test "$_librtmp" != yes && $_pkg_config --exists librtmp ; then
6763 inc_tmp=$($_pkg_config --cflags librtmp) 6763 inc_tmp=$($_pkg_config --cflags librtmp)
6764 ld_tmp=$($_pkg_config --libs librtmp) 6764 ld_tmp=$($_pkg_config --libs librtmp)
6765 cc_check $inc_tmp $ld_tmp && _librtmp=yes && 6765 cc_check $inc_tmp $ld_tmp && _librtmp=yes &&
6766 extra_ldflags="$extra_ldflags $ld_tmp" && 6766 extra_ldflags="$extra_ldflags $ld_tmp" &&
6767 extra_cflags="$extra_cflags $inc_tmp" 6767 extra_cflags="$extra_cflags $inc_tmp"
6768 fi 6768 fi
6769 fi 6769 fi
6770 if test "$_librtmp" = yes && test "$networking" = yes; then 6770 if test "$_librtmp" = yes && test "$networking" = yes; then
6771 nolibrtmp=no 6771 nolibrtmp=no
6772 def_librtmp='#define CONFIG_LIBRTMP 1' 6772 def_librtmp='#define CONFIG_LIBRTMP 1'