]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
configure: drop AM_PROG_CC_C_O autoconf check
authorThomas Haller <thaller@redhat.com>
Fri, 25 Aug 2023 11:36:34 +0000 (13:36 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 25 Aug 2023 12:59:19 +0000 (14:59 +0200)
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>
configure.ac

index baec66978847bafee6308955954d28780db73ba7..0f763a793b84603d4b4c1600a2e193bcf8f82884 100644 (file)
@@ -47,7 +47,6 @@ fi
 
 AM_PROG_AR
 LT_INIT([disable-static])
-AM_PROG_CC_C_O
 AC_EXEEXT
 CHECK_GCC_FVISIBILITY