comparison configure @ 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 13b80aa9ca91
comparison
equal deleted inserted replaced
21149:6b4c5d5b8aa5 21150:f657369f6bb9
5677 return 0; 5677 return 0;
5678 } 5678 }
5679 EOF 5679 EOF
5680 for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do 5680 for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do
5681 cc_check $_ld_theora && _ld_extra="$_ld_extra $_ld_theora" \ 5681 cc_check $_ld_theora && _ld_extra="$_ld_extra $_ld_theora" \
5682 && theora=yes && break 5682 && _theora=yes && break
5683 done 5683 done
5684 if test "$_theora" = no && test "$_tremor_internal" = yes; then 5684 if test "$_theora" = no && test "$_tremor_internal" = yes; then
5685 for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do 5685 for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do
5686 cc_check -I. tremor/bitwise.c $_ld_theora \ 5686 cc_check -I. tremor/bitwise.c $_ld_theora \
5687 && _ld_extra="$_ld_extra $_ld_theora" && theora=yes && break 5687 && _ld_extra="$_ld_extra $_ld_theora" && theora=yes && break