home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume39 / rperf / part01 / autoconf.1.3.patch next >
Encoding:
Text File  |  1993-08-30  |  626 b   |  24 lines

  1. *** acspecific.m4.old    Thu Jan 14 16:59:13 1993
  2. --- acspecific.m4    Sun Jan 31 13:49:48 1993
  3. ***************
  4. *** 521,529 ****
  5.   [AC_REQUIRE([AC_STRUCT_TM])decl='#include <sys/types.h>
  6.   '
  7.   case "$DEFS" in
  8. !   *TM_IN_SYS_TIME*) decl="$decl #include <sys/time.h>
  9.   " ;;
  10. !   *) decl="$decl #include <time.h>
  11.   " ;;
  12.   esac
  13.   AC_COMPILE_CHECK([tm_zone in struct tm], $decl,
  14. --- 521,529 ----
  15.   [AC_REQUIRE([AC_STRUCT_TM])decl='#include <sys/types.h>
  16.   '
  17.   case "$DEFS" in
  18. !   *TM_IN_SYS_TIME*) decl="$decl#include <sys/time.h>
  19.   " ;;
  20. !   *) decl="$decl#include <time.h>
  21.   " ;;
  22.   esac
  23.   AC_COMPILE_CHECK([tm_zone in struct tm], $decl,
  24.