summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gran <spk121@yahoo.com>2022-09-15 03:50:19 -0700
committerMike Gran <spk121@yahoo.com>2022-10-14 08:40:23 -0700
commit128e0a3479980c0ac76716c425009206b774dfe3 (patch)
treeebafcd38727ea09c3072f16c641eb8703516754a /configure.ac
parenta274e1ced418da54d53b7f54fd4d6384d5d99e58 (diff)
downloadguile-128e0a3479980c0ac76716c425009206b774dfe3.tar.gz
Remove AC_HEADER_STDC from configure.ac
Requiring C99 implies standard headers are available * configure.ac: remove AC_HEADER_STDC
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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