Honor ./configure --cc= option
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 6 Mar 2014 17:41:58 +0000 (18:41 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 6 Mar 2014 21:31:30 +0000 (14:31 -0700)
commit47986339e372697d9a79d48de21eb0f311386bf0
treed3da851cafe4e7948e0d35ec366fbc1ab0f30f3e
parentd0ec1d7a13f84f467e9dbedef523ce5ab44d660d
Honor ./configure --cc= option

The cc variable is assigned before parsing command-line options.  This
effectively ignores the ./configure --cc= option.  Move the cc variable
assigned below option parsing.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure