From 8776d3c1f8f8efe3dd64826bf5e8201a84161080 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 30 Jun 2017 13:51:18 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 902c4990..043be914 100644 --- a/configure.ac +++ b/configure.ac @@ -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