Helloi Ben and Paul, On Fri, Dec 15, 2006 at 09:40:02PM -0800, Paul Eggert wrote: > - AC_DEFINE([HAVE_GETMNTENT], [], > + AC_DEFINE([HAVE_GETMNTENT], 1, > [Define to 1 if you have the `getmntent' function.])],
it was me who introduced the patch, sorry. Thanks for fixing it. The second parameter of AC_DEFINE does not have a regular default value of 1, it is just a hack for backward compatibility, and the docs clearly state this. I had not noticed that back then. Stepan
