Autor: ph10 Fecha: A: pcre-dev Cc: Daniel Richard G. Asunto: Re: [pcre-dev] [PATCH] PCRE2 on Windows
On Thu, 21 Jun 2018, I wrote:
> What's the best way to solve that? Does
>
> #if defined(PCRE2_HAVE_STDINT_H) && PCRE2_HAVE_STDINT_H != 1
>
> or
>
> #if defined(PCRE2_HAVE_STDINT_H) && PCRE2_HAVE_STDINT_H
>
> do any better? There must be some way to test for that without causing a
> warning.
Oh, a *much* better solution is to modify configure.ac to this: