summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gran <spk121@yahoo.com>2022-09-15 04:27:43 -0700
committerMichael Gran <spk121@yahoo.com>2022-10-08 06:16:33 -0700
commit7a87a42cbcab12798725ff1ac1bd93daf8a4ea1f (patch)
treeee1bce477bd7e05518a7800b770bf2cae1d49ded
parent02bdbacc8d2a1fb02d68bfe60f5e130a7a5b6bc7 (diff)
downloadguile-7a87a42cbcab12798725ff1ac1bd93daf8a4ea1f.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