aboutsummaryrefslogtreecommitdiffstats
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-15 20:48:34 +0000
committerJim Blandy <[email protected]>1993-05-15 20:48:34 +0000
commit9397d456509afed46ac517a58027c71dcf92ddc0 (patch)
tree37dde3dfdcef8b3ee5f0fa11da4a66b19ac2bf3f /configure1.in
parentd712c26dd5c1057a845c162ce61c965ff01ea01d (diff)
* configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
lib-src/getdate.y and src/systime.h.
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 a662465509..eaf3aec132 100755
--- a/configure1.in
+++ b/configure1.in
@@ -820,6 +820,7 @@ AC_LN_S
AC_PROG_CPP
AC_HAVE_HEADERS(sys/timeb.h sys/time.h)
AC_STDC_HEADERS
+AC_TIME_WITH_SYS_TIME
AC_RETSIGTYPE
AC_ALLOCA
AC_HAVE_FUNCS(gettimeofday gethostname dup2)