include macro for defining GST_FUNCTION, so debugging output from plugins gets functi...
authorBenjamin Otte <otte@gnome.org>
Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too

configure.ac

index e495220..499d93a 100644 (file)
@@ -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