# HG changeset patch # User gabucino # Date 1044712039 0 # Node ID 5ac2ce9c046271dd77b7ae7e0af4e084f6f9332c # Parent 5ddc4ac34df7ecab642dd0534e66b33bf3d0cc77 -lm needed for svgalib diff -r 5ddc4ac34df7 -r 5ac2ce9c0462 configure --- a/configure Sat Feb 08 13:41:45 2003 +0000 +++ b/configure Sat Feb 08 13:47:19 2003 +0000 @@ -2701,11 +2701,11 @@ int main(void) { return 0; } EOF _svga=no - cc_check -lvgagl -lvga && _svga=yes + cc_check -lvgagl -lvga -lm && _svga=yes fi if test "$_svga" = yes ; then _def_svga='#define HAVE_SVGALIB 1' - _ld_svga='-lvgagl -lvga' + _ld_svga='-lvgagl -lvga -lm' _vosrc="$_vosrc vo_svga.c" _vomodules="svga $_vomodules" else