Removed check for st_blksize; it's required by POSIX.
authormarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 21:25:16 +0000 (23:25 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 26 Mar 2012 21:25:16 +0000 (23:25 +0200)
It's unclear why the it was there at all as the define wasn't even used!

Merged from nmh. Thanks to Ken Hornstein.

configure.ac

index 1cdbf9d..9469adb 100644 (file)
@@ -548,7 +548,6 @@ fi
 dnl ----------------
 dnl CHECK STRUCTURES
 dnl ----------------
-AC_CHECK_MEMBERS(struct stat.st_blksize)
 
 AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,,
   [#ifdef TIME_WITH_SYS_TIME