Re: Building Diffutils with MinGW
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: Jim Meyering <[email protected]> > Cc: [email protected], [email protected] > Date: Sat, 05 May 2012 15:59:58 +0200 > > Thanks for the report. configure.ac does test for the stat.st_rdev member. > > AC_CHECK_MEMBERS([struct stat.st_rdev]) > > The cpp expression should test HAVE_STRUCT_STAT_ST_RDEV, not HAVE_ST_RDEV. > That was due to an 11-year-old typo. Well, better late than never ;-) > I've fixed it with this: Thanks.