summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-25 13:36:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-08-25 14:59:19 +0200
commitc9091421f0132e66b74683f734ef77b443412fe0 (patch)
tree8ca2d348a4eda58e08047c48688207aee4fe41f4 /configure.ac
parentd563c93815feb6c92fb4247f2d4f2b1626cf126d (diff)
configure: drop AM_PROG_CC_C_O autoconf check
This macro is obsolete since automake 1.14 (2013). It might have been unnecessary even before, in practice only gcc/clang are supported compilers. [1] https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html#index-AM_005fPROG_005fCC_005fC_005fO [2] https://lists.gnu.org/archive/html/info-gnu/2013-06/msg00009.html Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index baec6697..0f763a79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,6 @@ fi
AM_PROG_AR
LT_INIT([disable-static])
-AM_PROG_CC_C_O
AC_EXEEXT
CHECK_GCC_FVISIBILITY