From 624d59c6b2fb500f65d3e30e44da5e8c8d40f63a Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Fri, 17 May 2013 11:00:38 +0200
Subject: [PATCH] configure.ac: Do not print play objects.

This is a debug statement from the early days of development of
para_play. It can safely be removed.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index de9ce055..bf83b916 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1257,8 +1257,6 @@ AC_SUBST(play_ldflags, $play_ldflags)
 AC_DEFINE_UNQUOTED(INIT_PLAY_ERRLISTS,
 	objlist_to_errlist($play_errlist_objs), errors used by para_play)
 
-AC_MSG_NOTICE(play objs: $play_objs)
-
 enum="$(for i in $filters; do printf "${i}_FILTER, " | tr '[a-z]' '[A-Z]'; done)"
 AC_DEFINE_UNQUOTED(FILTER_ENUM, $enum NUM_SUPPORTED_FILTERS,
 	enum of supported filters)
-- 
2.39.5