summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gran <spk121@yahoo.com>2022-09-15 04:27:43 -0700
committerMike Gran <spk121@yahoo.com>2022-10-14 08:40:23 -0700
commitbec1918b38b26e233caf8f1d2cf3929563a328f5 (patch)
tree5a493db0291b27a4bb7be86988ec8375625f9d30
parentda254d6778c499646e252a073f52f2183daf5591 (diff)
downloadguile-bec1918b38b26e233caf8f1d2cf3929563a328f5.tar.gz
Presume const is always available
* configure.ac (AC_C_CONST): removed
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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