summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-22 12:05:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-22 12:05:27 +0000
commit536f37b082cf036377c1247ef5ad53502289483c (patch)
tree3993f416dc3061ed314109f2768c43bf0cd1c31a /configure
parente322276d93b1b79a7c9de52f93c16e7cb0b55c83 (diff)
downloadmpv-536f37b082cf036377c1247ef5ad53502289483c.tar.bz2
mpv-536f37b082cf036377c1247ef5ad53502289483c.tar.xz
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21166 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e2e3415a06..293c4e68bc 100755
--- a/configure
+++ b/configure
@@ -5679,7 +5679,7 @@ int main(void)
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