comparison configure @ 17188:ad0147f764d1

restore the old behavior for --enable-theora, ie. provide a sane default for $_ld_theora
author aurel
date Tue, 13 Dec 2005 21:54:28 +0000
parents db14e1c61001
children 6ac0b5f0d1ed
comparison
equal deleted inserted replaced
17187:e2b0c2841643 17188:ad0147f764d1
5501 fi 5501 fi
5502 fi 5502 fi
5503 if test "$_theora" = yes ; then 5503 if test "$_theora" = yes ; then
5504 _def_theora='#define HAVE_OGGTHEORA 1' 5504 _def_theora='#define HAVE_OGGTHEORA 1'
5505 _codecmodules="libtheora $_codecmodules" 5505 _codecmodules="libtheora $_codecmodules"
5506 # when --enable-theora is forced, we'd better provide a probably sane
5507 # $_ld_theora than nothing
5508 test -z "$_ld_theora" && _ld_theora="-ltheora -logg"
5506 else 5509 else
5507 _def_theora='#undef HAVE_OGGTHEORA' 5510 _def_theora='#undef HAVE_OGGTHEORA'
5508 _nocodecmodules="libtheora $_nocodecmodules" 5511 _nocodecmodules="libtheora $_nocodecmodules"
5509 _ld_theora="" 5512 _ld_theora=""
5510 fi 5513 fi