Eric Blake wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1According to Paolo Bonzini on 5/31/2009 1:16 AM:Also, GCC makes use of the undefined (and recently removed) macro _AC_CHECK_HEADER_OLD.We can add an AU_DEFUN for that.Done:
No, the right way to update _AC_CHECK_HEADER_OLD is AU_DEFUN([_AC_CHECK_HEADER_OLD], [AC_CHECK_HEADER([$1], [$2], [$3], [-])]) Ok to commit the obvious patch? Paolo
