From 6b73c0aedcbd4645259c45196400180949de238f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 10 Feb 2010 22:14:25 +0000 Subject: [PATCH] configure: fix cosmetic typo in check_mathfunc Originally committed as revision 21748 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 73b5787caa..f324e17929 100755 --- a/configure +++ b/configure @@ -669,7 +669,7 @@ EOF } check_mathfunc(){ - log check_func "$@" + log check_mathfunc "$@" func=$1 shift disable $func