guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/13: Presume const is always available


From: Mike Gran
Subject: [Guile-commits] 02/13: Presume const is always available
Date: Sat, 15 Oct 2022 15:16:31 -0400 (EDT)

mike121 pushed a commit to branch main
in repository guile.

commit bec1918b38b26e233caf8f1d2cf3929563a328f5
Author: Mike Gran <spk121@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]