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)
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>

No differences found