qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Only enable iconv if curses is enabl


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] configure: Only enable iconv if curses is enabled
Date: Fri, 24 May 2019 09:07:33 +0200
User-agent: NeoMutt/20180716

On Fri, May 17, 2019 at 04:18:05PM -0500, Kumar Gala wrote:
> iconv is only used with if curses is enabled, there's no need to do any
> configure checking for iconv, if curses is disabled.  Also, ignore
> --enable-iconv if curses is already disabled.

How about just doing this ...

--- a/configure
+++ b/configure
@@ -3551,6 +3551,7 @@ EOF
       feature_not_found "curses" "Install ncurses devel"
     fi
     curses=no
+    iconv=no  # curses is the only user
   fi
 fi

... instead?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]