Gentoo Archives: gentoo-user

From: Eray Aslan <eray.aslan@×××××××.tr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] configure error - how to debug
Date: Tue, 06 Jul 2010 16:14:23
Message-Id: 4C33562E.9030502@caf.com.tr
In Reply to: [gentoo-user] configure error - how to debug by Helmut Jarausch
1 On 06.07.2010 18:55, Helmut Jarausch wrote:
2 > ./configure: line 14859: test: too many arguments
3 >
4 > Looking at this line it shows
5 > if test $ax_python_header != no; then
6
7 Wild guess (since you did not mention which ebuild):
8
9 quote the variable and try again, i.e. something like
10
11 - if test $ax_python_header != no; then
12 + if test "$ax_python_header" != no; then
13
14 --
15 Eray