use function check

Original commit message from CVS:
use function check
This commit is contained in:
Thomas Vander Stichele 2002-12-10 13:42:47 +00:00
parent dcf1cb131b
commit a74c9dc3c4

View file

@ -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 ######################################################################