]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: unset interfering variables
authorCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 28 May 2014 10:39:17 +0000 (12:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Jun 2014 10:34:37 +0000 (12:34 +0200)
commit99519e677bd605a681a805b0c759ae886d1d5712
tree5cd6ad75a494b44a9491c39754347fc825466e10
parent18e588b197545412cad65f0b07e13c161cac4bea
configure: unset interfering variables

The check for big or little endianness relies on grep reporting
match/non-match on the generated binary. If the user specified
--binary-files=without-match in their GREP_OPTIONS, this will fail.

Let's follow what autoconf does and unset GREP_OPTIONS and CLICOLOR_FORCE
at the beginning of the script.

Reported-by: Eugene (jno) Dvurechenski <jno@linux.vnet.ibm.com>
Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure