guile-commits
[Top][All Lists]
Advanced

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

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


From: Mike Gran
Subject: [Guile-commits] 02/09: Presume const is always available
Date: Fri, 16 Sep 2022 00:44:01 -0400 (EDT)

mike121 pushed a commit to branch wip-modernize-autotools
in repository guile.

commit 34938b9848992ca5b4b17b9ddae0c38ad7fd2bc3
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 007a95d44..cc2260ab1 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]