Add a configure message
authorIan Lynagh <igloo@earth.li>
Mon, 6 Dec 2010 21:52:01 +0000 (21:52 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 6 Dec 2010 21:52:01 +0000 (21:52 +0000)
aclocal.m4

index 3e673f9..4701bc9 100644 (file)
@@ -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])
 ])