aboutsummaryrefslogtreecommitdiffstats
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-14 14:27:17 +0000
committerJim Blandy <[email protected]>1993-05-14 14:27:17 +0000
commitd855a60363bc4116e186bf5d3e4335f6c88f4871 (patch)
tree6c1cf7e0012ff6663c8b942803f990f5453e6b05 /configure1.in
parent6fb6ab11e162b9ad21fd1c358dd67f3c0378700c (diff)
* configure.in: Call AC_STDC_HEADERS.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index 4ea389dd67..a662465509 100755
--- a/configure1.in
+++ b/configure1.in
@@ -819,6 +819,7 @@ fi
AC_LN_S
AC_PROG_CPP
AC_HAVE_HEADERS(sys/timeb.h sys/time.h)
+AC_STDC_HEADERS
AC_RETSIGTYPE
AC_ALLOCA
AC_HAVE_FUNCS(gettimeofday gethostname dup2)