# HG changeset patch # User diego # Date 1164197127 0 # Node ID f657369f6bb9d831afdeb4eb7826efe36f07dc29 # Parent 6b4c5d5b8aa57c3e89e19053f1e3dd59f0823eea typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at diff -r 6b4c5d5b8aa5 -r f657369f6bb9 configure --- a/configure Wed Nov 22 09:51:34 2006 +0000 +++ b/configure Wed Nov 22 12:05:27 2006 +0000 @@ -5679,7 +5679,7 @@ EOF for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do cc_check $_ld_theora && _ld_extra="$_ld_extra $_ld_theora" \ - && theora=yes && break + && _theora=yes && break done if test "$_theora" = no && test "$_tremor_internal" = yes; then for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do