From 16823cd942c0cd23a3733756fd78af599bb1eaa4 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 22 Nov 2021 16:21:55 -0500 Subject: [build] configure.ac with AC_PROG_CC_C99 (fixes #3116) (thx arnout) x-ref: "Build failure with autotools and gcc 4.8 since version 1.4.60" https://redmine.lighttpd.net/issues/3116 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a4a9da74..444fea3d 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_DEFUN([TRY_LDFLAGS], dnl Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 AX_PROG_CC_FOR_BUILD LT_PATH_LD AC_PROG_INSTALL -- cgit v1.2.1