Stop checking if MiG supports retcode.
commit3ca9f43d1007956251130ee5a59abb63bff8a6b6
authorFlavio Cruz <flaviocruz@gmail.com>
Wed, 10 May 2023 05:20:34 +0000 (10 01:20 -0400)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 10 May 2023 23:28:34 +0000 (11 01:28 +0200)
tree984844688ca7af40da94bc95e0e0079f4b592335
parent1a57ab0c923f269d1d7c29dfe4634c0ae66d69ac
Stop checking if MiG supports retcode.

We already did the same change for Hurd
(https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=ef5924402864ef049f40a39e73967628583bc1a4)

Due to MiG requiring the subsystem to be defined early in order to know the
size of a port, this was causing a division by zero error during ./configure.
We could have just move subsystem to the top of the snippet, however it is
simpler to just remove the check given that we have no plans to use some other
MiG anyway.

HAVE_MIG_RETCODE is removed completely since this will be a no-op either
way (compiling against old Hurd headers will work the same, new Hurd
headers will result in the same stubs since retcode is a no-op).
Message-Id: <ZFspor91aoMwbh9T@jupiter.tail36e24.ts.net>
config.h.in
sysdeps/mach/configure
sysdeps/mach/configure.ac