Re: [PATCH GnuPG] build: Fix GNUPG_CHECK_ENDIAN to work with gcc 14
Werner Koch via Gnupg-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 8 Oct 2024 15:03, Alan Coopersmith said:
> - AC_RUN_IFELSE([AC_LANG_SOURCE([[main () {
> + AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>]],[[
Which requires a full C90 compiler. In the old times that was not the
case and iirc this would have failed for old HP/UX installations.
Meanwhile this is all obsolete because we anyway require most of C99.
As Niibe-san explains we should better use the somwhat modern tests fro
autoconf.
Shalom-Salam,
Werner
--
The pioneers of a warless world are the youth that
refuse military service. - A. Einstein
_______________________________________________
Gnupg-devel mailing list
[email protected]
https://lists.gnupg.org/mailman/listinfo/gnupg-devel
openpgp-digital-signature.asc
(application/pgp-signature, 247 B)
-----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQSHd0YfKgdOvEgNNZQZzByeCFsQegUCZwevew0cd2tAZ251cGcu b3JnAAoJEBnMHJ4IWxB6LQMBAKDtne3h7kYlvjeD9RrBsBvIDK7jwv2AQo2KvYDq L7MtAQD0PJNxfqYatkiloFdx4Pm3zfSa1JwPKHJbj/SuJPYnDQ== =nCXU -----END PGP SIGNATURE-----