comparison configure @ 3217:20dbdbce507d

fixed DGA detection
author arpi
date Thu, 29 Nov 2001 23:12:19 +0000
parents 98a587aaf505
children 61e1520db8cb
comparison
equal deleted inserted replaced
3216:b655ceda0470 3217:20dbdbce507d
1471 1471
1472 _def_dga='#undef HAVE_DGA' 1472 _def_dga='#undef HAVE_DGA'
1473 _def_dga2='#undef HAVE_DGA2' 1473 _def_dga2='#undef HAVE_DGA2'
1474 if test "$_dga" = 1 ; then 1474 if test "$_dga" = 1 ; then
1475 _def_dga='#define HAVE_DGA 1' 1475 _def_dga='#define HAVE_DGA 1'
1476 _ld_dga='-lXxf86dga -lXxf86vm' 1476 _ld_dga='-lXxf86dga'
1477 _vosrc="$_vosrc vo_dga.c" 1477 _vosrc="$_vosrc vo_dga.c"
1478 _vomodules="dga $_vomodules" 1478 _vomodules="dga $_vomodules"
1479 echores "using DGA 1.0" 1479 echores "using DGA 1.0"
1480 elif test "$_dga" = 2 ; then 1480 elif test "$_dga" = 2 ; then
1481 _def_dga='#define HAVE_DGA 1'
1481 _def_dga2='#define HAVE_DGA2 1' 1482 _def_dga2='#define HAVE_DGA2 1'
1482 _ld_dga='-lXxf86dga' 1483 _ld_dga='-lXxf86dga'
1483 _vosrc="$_vosrc vo_dga.c" 1484 _vosrc="$_vosrc vo_dga.c"
1484 _vomodules="dga $_vomodules" 1485 _vomodules="dga $_vomodules"
1485 echores "using DGA 2.0" 1486 echores "using DGA 2.0"