shr-project opened a new pull request, #72:
URL: https://github.com/apache/apr/pull/72

   After the autoconf update to 2.73 this was using -std=gnu23 even on hosts 
with gcc-13 which doesn't support it:
   
   ac_cv_prog_ac_ct_CC_FOR_BUILD='gcc '
   CC_FOR_BUILD='gcc  -std=gnu23'
   ac_ct_CC_FOR_BUILD='gcc '
   
   Leading to:
   gcc: error: unrecognized command-line option ‘-std=gnu23’; did you mean 
‘-std=gnu2x’?
   
   Needs the updated ac_cv_prog_cc_c23 from:
   
https://github.com/autoconf-archive/autoconf-archive/commit/8a970ce96721f516fef4226e5eca8da341159765


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to