fix HAVE_LRINTF setting
authorMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 00:42:31 +0000 (00:42 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 00:42:31 +0000 (00:42 +0000)
Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 4814971..3f0acfe 100755 (executable)
--- a/configure
+++ b/configure
@@ -1422,7 +1422,7 @@ fi
 
 
 # test for lrintf in math.h
-check_exec <<EOF && have_lrintf=yes || have_lrintf=no
+check_exec <<EOF && lrintf=yes || lrintf=no
 #define _ISOC9X_SOURCE  1
 #include <math.h>
 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }