Re: [PATCH libdrm] configure: Fix the check

2017-05-04 Thread Emil Velikov
On 4 May 2017 at 17:39, Adam Jackson wrote: > AC_HEADER_MAJOR only defines MAJOR_IN_SYSMACROS if major() is _not_ > defined by alone. It is, but it warns, and that's ugly. > To fix this, push -Werror into CFLAGS when invoking AC_HEADER_MAJOR so > the warning makes the compilation test fail. > > S

[PATCH libdrm] configure: Fix the check

2017-05-04 Thread Adam Jackson
AC_HEADER_MAJOR only defines MAJOR_IN_SYSMACROS if major() is _not_ defined by alone. It is, but it warns, and that's ugly. To fix this, push -Werror into CFLAGS when invoking AC_HEADER_MAJOR so the warning makes the compilation test fail. Signed-off-by: Adam Jackson --- configure.ac | 4