1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Presume const is always available

* configure.ac (AC_C_CONST): removed
This commit is contained in:
Mike Gran 2022-09-15 04:27:43 -07:00
parent da254d6778
commit bec1918b38

View file

@ -326,8 +326,6 @@ fi
AC_CHECK_LIB(uca, __uc_get_ar_bsp) AC_CHECK_LIB(uca, __uc_get_ar_bsp)
AC_C_CONST
# "volatile" is used in a couple of tests below. # "volatile" is used in a couple of tests below.
AC_C_VOLATILE AC_C_VOLATILE