comparison configure @ 16114:ab6119582b54

remove unneeded vgagl
author iive
date Tue, 26 Jul 2005 22:39:08 +0000
parents 7ad54e108ec5
children 322e569c47bd
comparison
equal deleted inserted replaced
16113:c81b7c1c14cb 16114:ab6119582b54
3958 3958
3959 echocheck "SVGAlib" 3959 echocheck "SVGAlib"
3960 if test "$_svga" = auto ; then 3960 if test "$_svga" = auto ; then
3961 cat > $TMPC << EOF 3961 cat > $TMPC << EOF
3962 #include <vga.h> 3962 #include <vga.h>
3963 #include <vgagl.h>
3964 int main(void) { return 0; } 3963 int main(void) { return 0; }
3965 EOF 3964 EOF
3966 _svga=no 3965 _svga=no
3967 cc_check -lvgagl -lvga $_ld_lm && _svga=yes 3966 cc_check -lvga $_ld_lm && _svga=yes
3968 fi 3967 fi
3969 if test "$_svga" = yes ; then 3968 if test "$_svga" = yes ; then
3970 _def_svga='#define HAVE_SVGALIB 1' 3969 _def_svga='#define HAVE_SVGALIB 1'
3971 _ld_svga="-lvgagl -lvga $_ld_lm" 3970 _ld_svga="-lvga $_ld_lm"
3972 _vosrc="$_vosrc vo_svga.c" 3971 _vosrc="$_vosrc vo_svga.c"
3973 _vomodules="svga $_vomodules" 3972 _vomodules="svga $_vomodules"
3974 else 3973 else
3975 _def_svga='#undef HAVE_SVGALIB' 3974 _def_svga='#undef HAVE_SVGALIB'
3976 _novomodules="svga $_novomodules" 3975 _novomodules="svga $_novomodules"