summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-14 14:27:17 +0000
committerJim Blandy <jimb@redhat.com>1993-05-14 14:27:17 +0000
commit8885c096c165ab1a22759b47d9e1464d5092c22e (patch)
treef83c4a08d29ca85ba19e17b93ac19957d3ee0715 /configure1.in
parent73532d50c8f40a37dd650e686010af6bfe66afe4 (diff)
downloademacs-8885c096c165ab1a22759b47d9e1464d5092c22e.tar.gz
* 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 4ea389dd675..a662465509a 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)