From f65ac79a27478f66da875f4a8ac87d1c7fbcc053 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 22 Oct 2014 01:46:39 +0200 Subject: Revert "Make sure mig is available" This reverts commit b28e05e203e0739fa5db59c5af378b29eea7a232. --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bd8a188..40e78a0 100644 --- a/configure.ac +++ b/configure.ac @@ -86,12 +86,7 @@ AC_CHECK_TOOL([AR], [ar]) AC_CHECK_TOOL([LD], [ld]) AC_CHECK_TOOL([NM], [nm]) -AC_CHECK_TOOL([MIG], [mig], [:]) - -if test "$MIG" = : -then - AC_MSG_ERROR([The MiG generator is required to build GNU Mach]) -fi +AC_CHECK_TOOL([MIG], [mig], [mig]) dnl Needed for the Automake option `subdir-objects'. AM_PROG_CC_C_O -- cgit v1.2.3