summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-11 03:22:53 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-11 03:22:53 +0000
commit2959df0ff5ab3b281260ff3ee1c42ab646488286 (patch)
treeda5f945b98bcbb25e081d4a48b7c6112ee04ebef
parent7e171f0215303fae4ac0c6e3e083d0d3144842f7 (diff)
downloadgstreamer-plugins-bad-2959df0ff5ab3b281260ff3ee1c42ab646488286.tar.gz
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
Original commit message from CVS: include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e4952202f..499d93a64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,6 +68,9 @@ AC_ISC_POSIX
AC_HEADER_STDC([])
+dnl Check for a way to display the function name in debug output
+GST_CHECK_FUNCTION()
+
dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
dnl messages printed when running cvs builds
if test "x$GST_CVS" = "xyes"; then