From bad7e42cdaed7cc53dfd79271f0a16c17e8dbeec Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Mon, 1 May 2017 21:48:14 +0300 Subject: [PATCH] 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 --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" -- 2.25.1