From b16da4f281e626b45b0ee856c078c83f657678e5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 26 May 2020 14:26:24 +0200 Subject: [PATCH] Move AC_USE_SYSTEM_EXTENSIONS up --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index fc3d5801..912091b4 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,10 @@ AS_IF([pwd | fgrep ' ' > /dev/null 2>&1], [AC_MSG_ERROR([The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions])] ) +AC_PROG_CC_C99 +AM_PROG_AS +AC_USE_SYSTEM_EXTENSIONS + dnl Switches AC_ARG_ENABLE(ssp, @@ -210,9 +214,6 @@ AX_VALGRIND_CHECK dnl Checks -AC_PROG_CC_C99 -AM_PROG_AS -AC_USE_SYSTEM_EXTENSIONS AC_C_VARARRAYS AC_CHECK_DEFINE([__wasi__], [WASI="yes"], [])