[MPlayer-cvslog] r21166 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Nov 22 13:05:27 CET 2006
Author: diego
Date: Wed Nov 22 13:05:27 2006
New Revision: 21166
Modified:
trunk/configure
Log:
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Nov 22 13:05:27 2006
@@ -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
More information about the MPlayer-cvslog
mailing list