aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-05 17:03:30 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-05 17:03:30 +0000
commit929f034755d3ed9d969338c6986a939ae7713b69 (patch)
tree0168560aa1ebe9da3093c8386a65c83b33cd9052 /configure
parent1b45e30404d2f19d973014a4a96958cf188790b6 (diff)
downloadffmpeg-929f034755d3ed9d969338c6986a939ae7713b69.tar.gz
cosmetics: indentation
Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b03601602f..cda0d910b7 100755
--- a/configure
+++ b/configure
@@ -1671,11 +1671,11 @@ fi
if (imlib2-config --version) >/dev/null 2>&1 ; then
temp_cflags `imlib2-config --cflags`
temp_extralibs `imlib2-config --libs`
-check_ld <<EOF && imlib2=yes || imlib2=no
+ check_ld <<EOF && imlib2=yes || imlib2=no
#include <Imlib2.h>
int main( void ) { return (int) imlib_load_font("foo"); }
EOF
-restore_flags
+ restore_flags
fi
##########################################