imlib2 needs -lm

Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 2a0dbb1efc
commit 7802d373b7
  1. 2
      configure

2
configure vendored

@ -853,7 +853,7 @@ int main( void ) { return (int) imlib_load_font("foo"); }
EOF
imlib2=no
if $cc -o $TMPE $TMPC -lImlib2 > /dev/null 2>&1 ; then
if $cc -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then
imlib2=yes
fi

Loading…
Cancel
Save