On 06.07.2010 18:55, Helmut Jarausch wrote: > ./configure: line 14859: test: too many arguments > > Looking at this line it shows > if test $ax_python_header != no; then
Wild guess (since you did not mention which ebuild): quote the variable and try again, i.e. something like - if test $ax_python_header != no; then + if test "$ax_python_header" != no; then -- Eray