configure: add --cc= option to script
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 20:47:54 +0000 (13:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 20:47:54 +0000 (13:47 -0700)
commitcb1125b0b197278894896af14fe8ecdf7b92756d
treee94ab23038f5e200115575d8f81bf3f90b7da8ed
parentaa83321fca5bb46d593d19d3863f511f80c01639
configure: add --cc= option to script

Get rid of uname -o usage for Windows, and specifically require
CC=bla ./configure or ./configure --cc=bla to set something else
than gcc.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure