Paul Eggert wrote: > +# _AC_FUNC_MALLOC_IF(IF-WORKS, IF-NOT, UNKNOWN-ASSUME) > +# ---------------------------------------------------- > +# If 'malloc (0, 0)' returns nonnull, run IF-WORKS, otherwise, IF-NOT.
Typo in comment: malloc (0, 0) → malloc (0) Bruno