changeset 33923:f14570733c62

configure: cosmetics: eliminate tabs
author diego
date Thu, 25 Aug 2011 19:19:51 +0000
parents 25de7f7ee57c
children f00fc114eb87
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 24 19:16:02 2011 +0000
+++ b/configure	Thu Aug 25 19:19:51 2011 +0000
@@ -6761,10 +6761,10 @@
     _librtmp=yes && extra_ldflags="$extra_ldflags -lrtmp"
   if test "$_librtmp" != yes && $_pkg_config --exists librtmp ; then
     inc_tmp=$($_pkg_config --cflags librtmp)
-	ld_tmp=$($_pkg_config --libs librtmp)
-	cc_check $inc_tmp $ld_tmp && _librtmp=yes &&
-	  extra_ldflags="$extra_ldflags $ld_tmp" &&
-	  extra_cflags="$extra_cflags $inc_tmp"
+    ld_tmp=$($_pkg_config --libs librtmp)
+    cc_check $inc_tmp $ld_tmp && _librtmp=yes &&
+      extra_ldflags="$extra_ldflags $ld_tmp" &&
+      extra_cflags="$extra_cflags $inc_tmp"
   fi
 fi
 if test "$_librtmp" = yes && test "$networking" = yes; then