comparison configure @ 13846:334a9a0192c7

enable vcd support on all based darwin system
author nplourde
date Mon, 01 Nov 2004 22:13:36 +0000
parents f7ddd8c4c547
children 4ec3e68709aa
comparison
equal deleted inserted replaced
13845:fda0ac313e8d 13846:334a9a0192c7
4568 fi 4568 fi
4569 echores "$_sgiaudio" 4569 echores "$_sgiaudio"
4570 4570
4571 4571
4572 echocheck "VCD support" 4572 echocheck "VCD support"
4573 if linux || bsdos || freebsd || netbsd || sunos || (darwin && ppc) ; then 4573 if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
4574 _inputmodules="vcd $_inputmodules" 4574 _inputmodules="vcd $_inputmodules"
4575 _def_vcd='#define HAVE_VCD 1' 4575 _def_vcd='#define HAVE_VCD 1'
4576 echores "ok" 4576 echores "ok"
4577 else 4577 else
4578 _def_vcd='#undef HAVE_VCD' 4578 _def_vcd='#undef HAVE_VCD'