home *** CD-ROM | disk | FTP | other *** search
- *** acspecific.m4.old Thu Jan 14 16:59:13 1993
- --- acspecific.m4 Sun Jan 31 13:49:48 1993
- ***************
- *** 521,529 ****
- [AC_REQUIRE([AC_STRUCT_TM])decl='#include <sys/types.h>
- '
- case "$DEFS" in
- ! *TM_IN_SYS_TIME*) decl="$decl #include <sys/time.h>
- " ;;
- ! *) decl="$decl #include <time.h>
- " ;;
- esac
- AC_COMPILE_CHECK([tm_zone in struct tm], $decl,
- --- 521,529 ----
- [AC_REQUIRE([AC_STRUCT_TM])decl='#include <sys/types.h>
- '
- case "$DEFS" in
- ! *TM_IN_SYS_TIME*) decl="$decl#include <sys/time.h>
- " ;;
- ! *) decl="$decl#include <time.h>
- " ;;
- esac
- AC_COMPILE_CHECK([tm_zone in struct tm], $decl,
-