[gegl] build: Remove redundant messages that overlap each other in configure output



commit 066354f0ebc187d951d4ebd5c6afb05f2c8b479e
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Jan 15 09:12:53 2015 +0530

    build: Remove redundant messages that overlap each other in configure output

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d76650d..42c4d95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1027,7 +1027,6 @@ if test "x$with_libspiro" != "xno" && test -z "$LIBSPIRO"; then
     spiro_ok="yes",
     spiro_ok="no  (usable SPIRO library not found)")
   if test "$spiro_ok" = "yes"; then
-    AC_MSG_CHECKING([for spirolib.h])
     AC_CHECK_HEADER([spiro.h],
       spiro_ok="yes"
       AC_DEFINE(HAVE_SPIRO, 1,
@@ -1035,7 +1034,6 @@ if test "x$with_libspiro" != "xno" && test -z "$LIBSPIRO"; then
       LIBSPIRO='-lspiro',
       spiro_ok="no  (Can't include spiro.h)",
       [#include <bezctx_intf.h>])
-      AC_MSG_RESULT($spiro_ok)
   fi
 fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]