From: markus schnalke Date: Mon, 26 Mar 2012 21:25:16 +0000 (+0200) Subject: Removed check for st_blksize; it's required by POSIX. X-Git-Tag: mmh-thesis-end~177 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f00bf5448d06f7e7876a6ce66c392631661114d2 Removed check for st_blksize; it's required by POSIX. It's unclear why the it was there at all as the define wasn't even used! Merged from nmh. Thanks to Ken Hornstein. --- diff --git a/configure.ac b/configure.ac index 1cdbf9d..9469adb 100644 --- a/configure.ac +++ b/configure.ac @@ -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