From: Jens Axboe Date: Fri, 25 Jan 2013 21:35:27 +0000 (-0700) Subject: configure: HPUX warning for empty CC X-Git-Tag: fio-2.0.14~72 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dcbbf5b01c0ffb3e526c8e0e00bacd4fa00527da;p=fio.git configure: HPUX warning for empty CC Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index cc4bdeb9..7352bf1c 100755 --- a/configure +++ b/configure @@ -252,7 +252,7 @@ case "$cpu" in ;; esac -if test -z $CC; then +if test -z "$CC" ; then if test "$targetos" = "FreeBSD"; then if has clang; then CC=clang