| >>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
| Mo> autoheader does not seem to pick up this HAVE statement.
|
| You need to put a #undef for the define in acconfig.h.
| Autoheader ought to tell you this. I'm not sure why it doesn't --
| perhaps a bug in the cvs autoheader.
It is. There is a patch in the queue to fix and test this.
| Mo> - AC_DEFINE(BROKEN_USHRT_MAX)
| Mo> + AC_DEFINE(HAVE_BROKEN_USHRT_MAX, , [known to be broken on mingwin
| Mo> beta 20]) fi
|
| This is the best way to go.
| It is much cleaner in my opinion.
Definitely (but the fact that the description is not very descriptive
;).
Akim