(going back in time...)
> /usr/src/gnash/gnash/configure: line 11515: test: too many arguments
>
> The line is:
>
> if test -f ${ac_cv_path_ogg_lib}/libogg.a -o -f
${ac_cv_path_ogg_lib}/libogg.so; then
>
> I suppose it's {ac_cv_path_ogg_lib} containing spaces.. havent' tested though.
No, it's set to "-logg "
One fix is to double-quote both occurrences of
"${ac_cv_path_ogg_lib}/libogg.a" in this line, which should be done
anyway to avoid such syntax errors and possible security holes in all
scripts unless you set the value yourself.
M
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev