strk wrote:
> I think I fixed this, it was {ac_cv_path_ogg_lib} being set
> to output of pkg-config --libs (so including -L and -l switches and spaces).
> I moved pkg-config call *after* the manual check.
>> if test -f ${ac_cv_path_ogg_lib}/libogg.a -o -f
>> ${ac_cv_path_ogg_lib}/libogg.so; then
You shouldn't need to move the pkg-config check after the manual
check, that defeats the purpose. There should be a test to see if
${ac_cv_path_ogg_lib} is set after a pkg-config attempt, and this test
code should only be executed if pkg-config fails or doesn't exist.
- rob -
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev