On Thu, 2 Nov 2017 16:48:15 +0800
Hongxu Jia 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.
>
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 n