# HG changeset patch # User aurel # Date 1134510868 0 # Node ID ad0147f764d14ffba7eaaa60522e4dc2d970d25e # Parent e2b0c28416430fdf5a223bcd9a8f7069d3467f9c restore the old behavior for --enable-theora, ie. provide a sane default for $_ld_theora diff -r e2b0c2841643 -r ad0147f764d1 configure --- a/configure Tue Dec 13 19:55:45 2005 +0000 +++ b/configure Tue Dec 13 21:54:28 2005 +0000 @@ -5503,6 +5503,9 @@ if test "$_theora" = yes ; then _def_theora='#define HAVE_OGGTHEORA 1' _codecmodules="libtheora $_codecmodules" + # when --enable-theora is forced, we'd better provide a probably sane + # $_ld_theora than nothing + test -z "$_ld_theora" && _ld_theora="-ltheora -logg" else _def_theora='#undef HAVE_OGGTHEORA' _nocodecmodules="libtheora $_nocodecmodules"