https://bugs.kde.org/show_bug.cgi?id=459392
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED CC| |m...@klomp.org Resolution|--- |FIXED --- Comment #4 from Mark Wielaard <m...@klomp.org> --- This has been fixed by: commit 092d9085442a2519d7b1bdbc79334a307ad55574 Author: Mark Wielaard <m...@klomp.org> Date: Sat Jan 28 21:11:35 2023 +0100 configure.ac: Update AC_PROG_CC checks AM_PROG_CC_C_O has been obsolete since automake 1.14. AC_PROG_CC does the same check. With autoconf 2.70 we must use AC_PROG_CC (which will check for c11 and c99), for earlier versions we'll use AC_PROG_CC_C99. -- You are receiving this mail because: You are watching all bug changes.