From ef5924402864ef049f40a39e73967628583bc1a4 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 7 May 2023 23:30:36 -0400 Subject: 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: --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3