From a74c9dc3c47d4c9d2d4ae6af6249b591c1008e57 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 10 Dec 2002 13:42:47 +0000 Subject: [PATCH] use function check Original commit message from CVS: use function check --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index e771b4a9e0..a99e90966f 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,9 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0 ]) fi +dnl Check for a way to display the function name in debug output +GST_CHECK_FUNCTION() + dnl ###################################################################### dnl # Check command line parameters, and set shell variables accordingly # dnl ######################################################################