commit | dcbbf5b01c0ffb3e526c8e0e00bacd4fa00527da | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Jan 25 14:35:27 2013 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 25 14:35:27 2013 -0700 |
tree | fc970f84accbf51c591d02b42a4b9c4d583aa19b | |
parent | 68b739ad5aca63bb6d9d9f34299cfec5868afa6f [diff] [blame] |
configure: HPUX warning for empty CC Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/configure b/configure index cc4bdeb..7352bf1 100755 --- a/configure +++ b/configure
@@ -252,7 +252,7 @@ ;; esac -if test -z $CC; then +if test -z "$CC" ; then if test "$targetos" = "FreeBSD"; then if has clang; then CC=clang