diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-05-07 23:30:36 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-08 22:38:53 +0200 |
commit | ef5924402864ef049f40a39e73967628583bc1a4 (patch) | |
tree | 0435339ac7ab7893acb4193cb5c874bd8c9f8b98 /configure.ac | |
parent | add3d8afc7fd199c0fe6bf40a46462c2f77f9ef5 (diff) | |
download | hurd-ef5924402864ef049f40a39e73967628583bc1a4.tar.gz hurd-ef5924402864ef049f40a39e73967628583bc1a4.tar.bz2 hurd-ef5924402864ef049f40a39e73967628583bc1a4.zip |
Stop checking if MiG supports retcode.
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.
We force RETURN_CODE_ARG to use retcode which is a no-op.
Message-Id: <ZFhs3KSeGhuubS8T@jupiter.tail36e24.ts.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e913b3f3..9c80b96a 100644 --- a/configure.ac +++ b/configure.ac @@ -113,8 +113,6 @@ fi dnl Let these propagate from the environment. AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) -hurd_MIG_RETCODE - # See if --version-script is available. AC_CACHE_CHECK(for ld --version-script, hurd_cv_ld_version_script_option, [dnl cat > conftest.c <<\EOF |