Commit 8a73ff06 authored by michael's avatar michael

imlib2 needs -lm


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3118 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 777fd5a1
...@@ -853,7 +853,7 @@ int main( void ) { return (int) imlib_load_font("foo"); } ...@@ -853,7 +853,7 @@ int main( void ) { return (int) imlib_load_font("foo"); }
EOF EOF
imlib2=no 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 imlib2=yes
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment