mike121 pushed a commit to branch main
in repository guile.

commit 128e0a3479980c0ac76716c425009206b774dfe3
Author: Mike Gran <spk...@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