On 07/06/10 19:34:29, Alex Schuster wrote:
> Helmut Jarausch writes:
>
> > I'm trying to find out why I get a configure error (on one machine)
> >
> > ./configure: line 14859: test: too many arguments
> >
> > Looking at this line it shows
> > if test $ax_python_header != no; then
> >
> > S
Helmut Jarausch writes:
> I'm trying to find out why I get a configure error (on one machine)
>
> ./configure: line 14859: test: too many arguments
>
> Looking at this line it shows
> if test $ax_python_header != no; then
>
> So, how can I find out the value of $ax_python_header.
>
> Putt
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
3 matches
Mail list logo