changeset 21150:f657369f6bb9

typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
author diego
date Wed, 22 Nov 2006 12:05:27 +0000
parents 6b4c5d5b8aa5
children 786b68470017
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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