[gegl] configure: remove redundant print statements



commit d7fb34850579f91aea59591f02ea67def113716b
Author: Danny Robson <danny blubinc net>
Date:   Mon Jul 12 23:53:46 2010 +1000

    configure: remove redundant print statements

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8a5593a..dcf9e0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -528,7 +528,6 @@ AC_SUBST(RUBY_BIN)
 AC_PATH_PROG(ENSCRIPT, enscript, no)
 if test "$ENSCRIPT" = "no"; then
   have_enscript="no  (enscript not found)"
-  AC_MSG_RESULT([*** Check for enscript command failed.])
 else
   have_enscript="yes"
 fi
@@ -672,7 +671,6 @@ AC_SUBST(LIBJPEG)
 
 AC_ARG_WITH(libpng, [  --without-libpng        build without PNG support])
 
-echo "with_png '$with_png', with_libpng '$with_libpng'"
 have_libpng="no"
 if test "x$with_libpng" != "xno"; then
   PKG_CHECK_MODULES(PNG, libpng,



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