From: Michael Tremer Date: Thu, 9 Dec 2021 12:39:08 +0000 (+0000) Subject: configure: Ask for a modern C compiler X-Git-Tag: 0.9.28~834 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23df40ddb965f69337ce011e84e0ffef77d5246c;p=pakfire.git configure: Ask for a modern C compiler Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index f1c95471c..7649c9d52 100644 --- a/configure.ac +++ b/configure.ac @@ -97,11 +97,7 @@ PKG_PROG_PKG_CONFIG m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config]) # C Compiler -AC_PROG_CC -AC_PROG_CC_C99 -AC_PROG_CC_C_O -AC_PROG_GCC_TRADITIONAL -AC_OPENMP +AC_PROG_CC_STDC CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -pipe \