From: Tomohiro Kusumi Date: Mon, 1 May 2017 18:48:14 +0000 (+0300) Subject: configure: output_sym CONFIG_GFIO X-Git-Tag: fio-2.20~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=bad7e42cdaed7cc53dfd79271f0a16c17e8dbeec configure: output_sym CONFIG_GFIO No reason not to output_sym CONFIG_GFIO, when all others do this. Having CONFIG_GFIO in config-host.h doesn't harm anything. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index bcb898a8..d95d7cef 100755 --- a/configure +++ b/configure @@ -161,8 +161,7 @@ for opt do ;; --build-static) build_static="yes" ;; - --enable-gfio) - gfio_check="yes" + --enable-gfio) gfio_check="yes" ;; --disable-numa) disable_numa="yes" ;; @@ -2126,7 +2125,7 @@ if test "$rusage_thread" = "yes" ; then output_sym "CONFIG_RUSAGE_THREAD" fi if test "$gfio" = "yes" ; then - echo "CONFIG_GFIO=y" >> $config_host_mak + output_sym "CONFIG_GFIO" fi if test "$esx" = "yes" ; then output_sym "CONFIG_ESX"