From: Andre Noll <maan@systemlinux.org>
Date: Fri, 17 May 2013 09:00:38 +0000 (+0200)
Subject: configure.ac: Do not print play objects.
X-Git-Tag: v0.4.13~40
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=624d59c6b2fb500f65d3e30e44da5e8c8d40f63a;p=paraslash.git

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.
---

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)