mike121 pushed a commit to branch main in repository guile. commit bec1918b38b26e233caf8f1d2cf3929563a328f5 Author: Mike Gran <spk...@yahoo.com> AuthorDate: Thu Sep 15 04:27:43 2022 -0700
Presume const is always available * configure.ac (AC_C_CONST): removed --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index acf197c93..b322a75bf 100644 --- a/configure.ac +++ b/configure.ac @@ -326,8 +326,6 @@ fi AC_CHECK_LIB(uca, __uc_get_ar_bsp) -AC_C_CONST - # "volatile" is used in a couple of tests below. AC_C_VOLATILE