From: Jens Axboe Date: Wed, 23 Jan 2013 20:51:39 +0000 (-0700) Subject: configure: remember to output CC for windows X-Git-Tag: fio-2.0.14~95 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c9e55aee652bdb0dd73dd5fa65d1de4281ead120;hp=cb1125b0b197278894896af14fe8ecdf7b92756d configure: remember to output CC for windows Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index cc453be4..e45ae394 100755 --- a/configure +++ b/configure @@ -128,6 +128,7 @@ elif check_define _WIN32 ; then echo "CONFIG_POSIX_FALLOCATE=y" >> $config_host_mak echo "CONFIG_FADVISE=y" >> $config_host_mak echo "CONFIG_SFAA=y" >> $config_host_mak + echo "CC=$cc" >> $config_host_mak exit 0 elif check_define __OpenBSD__ ; then targetos='OpenBSD'