From: Ian Lynagh Date: Mon, 6 Dec 2010 21:52:01 +0000 (+0000) Subject: Add a configure message X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c0eb9d997653da4357873829990cc338475bca39 Add a configure message --- diff --git a/aclocal.m4 b/aclocal.m4 index 3e673f9..4701bc9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -9,6 +9,7 @@ # Set the C and LD flags for a given platform AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], [ + AC_MSG_CHECKING([Setting up $2 and $3]) case $$1 in i386-apple-darwin) # By default, gcc on OS X will generate SSE @@ -40,6 +41,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], $2="$$2 -fno-stack-protector" fi rm -f conftest.c conftest.o + AC_MSG_RESULT([done]) ])