# HG changeset patch # User iive # Date 1122417548 0 # Node ID ab6119582b544a63874e1c85219ff80314036cf9 # Parent c81b7c1c14cb72cc9381290602fc02abb53268d6 remove unneeded vgagl diff -r c81b7c1c14cb -r ab6119582b54 configure --- a/configure Tue Jul 26 20:36:34 2005 +0000 +++ b/configure Tue Jul 26 22:39:08 2005 +0000 @@ -3960,15 +3960,14 @@ if test "$_svga" = auto ; then cat > $TMPC << EOF #include -#include int main(void) { return 0; } EOF _svga=no - cc_check -lvgagl -lvga $_ld_lm && _svga=yes + cc_check -lvga $_ld_lm && _svga=yes fi if test "$_svga" = yes ; then _def_svga='#define HAVE_SVGALIB 1' - _ld_svga="-lvgagl -lvga $_ld_lm" + _ld_svga="-lvga $_ld_lm" _vosrc="$_vosrc vo_svga.c" _vomodules="svga $_vomodules" else