build: Check for system extensions before any other C compiling

AC_USE_SYSTEM_EXTENSIONS issues warnings unless it is the first
attempt to compile C code.

Signed-off-by: Simon McVittie <smcv@collabora.com>
tingping/wmclass
Simon McVittie 2017-06-30 13:51:18 +01:00 committed by Alexander Larsson
parent de8d982b40
commit 8776d3c1f8
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ GLIB_REQS=2.44
SYSTEM_BWRAP_REQS=0.1.8
OSTREE_REQS=2017.7
AC_SYS_LARGEFILE
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_PROG_CC
AM_PROG_CC_C_O