guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 05/13: Remove AC_HEADER_STDC from configure.ac


From: Mike Gran
Subject: [Guile-commits] 05/13: Remove AC_HEADER_STDC from configure.ac
Date: Sat, 15 Oct 2022 15:16:31 -0400 (EDT)

mike121 pushed a commit to branch main
in repository guile.

commit 128e0a3479980c0ac76716c425009206b774dfe3
Author: Mike Gran <spk121@yahoo.com>
AuthorDate: Thu Sep 15 03:50:19 2022 -0700

    Remove AC_HEADER_STDC from configure.ac
    
    Requiring C99 implies standard headers are available
    
    * configure.ac: remove AC_HEADER_STDC
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 49bf4018b..9724a3809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -376,7 +376,6 @@ esac
 AC_MSG_RESULT($SCM_PREBUILT_BINARIES)
 AC_SUBST([SCM_PREBUILT_BINARIES])
 
-AC_HEADER_STDC
 AC_HEADER_TIME
 AC_HEADER_SYS_WAIT
 AC_HEADER_DIRENT



reply via email to

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