From c9e55aee652bdb0dd73dd5fa65d1de4281ead120 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 23 Jan 2013 13:51:39 -0700 Subject: [PATCH] configure: remember to output CC for windows Signed-off-by: Jens Axboe --- configure | 1 + 1 file changed, 1 insertion(+) 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' -- 2.25.1