On Thu, 2 Nov 2017 16:48:15 +0800 Hongxu Jia <hongxu....@windriver.com> wrote:
> While build dir name contained "yes", and compiled with > producing debugging information (-g), the configure failed. > > The pattern of AC_EGREP_CPP (string "yes") mismatched with > dir name. It caused the test of AC_EGREP_CPP incorrect. > > Use YES_IS_DEFINED to replace yes which is not often used > as dir name. > > Bug: 52329 > (Fix release v.4.6.2 or above) > > Signed-off-by: Hongxu Jia <hongxu....@windriver.com> > --- Hey, thanks for patch, I pushed it to screen-v4 branch, will be in next v4 release. Amadeusz