Mercurial > hg > minc-tools
diff configure.in @ 1561:895b657b8a04
Add checks for time headers
author | bert <bert> |
---|---|
date | Thu, 18 Sep 2003 14:36:34 +0000 (2003-09-18) |
parents | 44f107175820 |
children | c072a46c687d |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE(minc, 1.2) AM_CONFIG_HEADER([config.h]) -AC_REVISION($Revision: 6.10 $) +AC_REVISION($Revision: 6.11 $) AC_PROG_INSTALL AC_PROG_LN_S @@ -18,6 +18,9 @@ AM_PROG_LEX AC_PROG_YACC +AC_HEADER_TIME +AC_CHECK_HEADERS(sys/time.h) + dnl Build only static libs by default AC_DISABLE_SHARED AC_PROG_LIBTOOL