From be89d3952695df8feb2af12db313f2254e9da771 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 29 Oct 2022 10:34:58 +0200 Subject: Replace obsolete AC_PROG_CC_C99 with AC_PROG_CC --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c18a09d..f3b9ee5 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([server.c]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. -AC_PROG_CC_C99 +AC_PROG_CC AC_USE_SYSTEM_EXTENSIONS # Checks for libraries. -- cgit v1.2.3