comparison configure @ 12821:02f60bfbcaa1

VCD support does not yet work on OpenBSD.
author diego
date Wed, 14 Jul 2004 22:04:42 +0000
parents 9d9e74f6473b
children 88433340bfdc
comparison
equal deleted inserted replaced
12820:48294a6def86 12821:02f60bfbcaa1
4327 fi 4327 fi
4328 echores "$_sgiaudio" 4328 echores "$_sgiaudio"
4329 4329
4330 4330
4331 echocheck "VCD support" 4331 echocheck "VCD support"
4332 if linux || bsdos || freebsd || netbsd || openbsd || sunos ; then 4332 if linux || bsdos || freebsd || netbsd || sunos ; then
4333 _inputmodules="vcd $_inputmodules" 4333 _inputmodules="vcd $_inputmodules"
4334 _def_vcd='#define HAVE_VCD 1' 4334 _def_vcd='#define HAVE_VCD 1'
4335 echores "ok" 4335 echores "ok"
4336 else 4336 else
4337 _def_vcd='#undef HAVE_VCD' 4337 _def_vcd='#undef HAVE_VCD'