File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -846,6 +846,9 @@ Tests
846846Build
847847-----
848848
849+ - Issue #17603: Avoid error about nonexistant fileblocks.o file by using a
850+ lower-level check for st_blocks in struct stat.
851+
849852- Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by
850853 Bjoern Thiel.
851854
Original file line number Diff line number Diff line change @@ -12869,19 +12869,9 @@ cat >>confdefs.h <<_ACEOF
1286912869_ACEOF
1287012870
1287112871
12872- $as_echo " #define HAVE_ST_BLOCKS 1" >> confdefs.h
12873-
12874- else
12875- case " $LIBOBJS " in
12876- * " fileblocks.$ac_objext " * ) ;;
12877- * ) LIBOBJS=" $LIBOBJS fileblocks.$ac_objext "
12878- ;;
12879- esac
12880-
1288112872fi
1288212873
1288312874
12884-
1288512875{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for time.h that defines altzone" >&5
1288612876$as_echo_n " checking for time.h that defines altzone... " >&6 ; }
1288712877if ${ac_cv_header_time_altzone+: } false ; then :
Original file line number Diff line number Diff line change @@ -3727,7 +3727,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
37273727AC_CHECK_MEMBERS ( [ struct stat.st_flags] )
37283728AC_CHECK_MEMBERS ( [ struct stat.st_gen] )
37293729AC_CHECK_MEMBERS ( [ struct stat.st_birthtime] )
3730- AC_STRUCT_ST_BLOCKS
3730+ AC_CHECK_MEMBERS ( [ struct stat.st_blocks ] )
37313731
37323732AC_MSG_CHECKING ( for time.h that defines altzone )
37333733AC_CACHE_VAL ( ac_cv_header_time_altzone ,[
Original file line number Diff line number Diff line change 934934/* Define to 1 if `tm_zone' is a member of `struct tm'. */
935935#undef HAVE_STRUCT_TM_TM_ZONE
936936
937- /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
938- `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
939- #undef HAVE_ST_BLOCKS
940-
941937/* Define if you have the 'symlink' function. */
942938#undef HAVE_SYMLINK
943939
You can’t perform that action at this time.
0 commit comments