comparison configure @ 22979:28bb83a01246

Disabled VCD support under Cygwin, it fails to link.
author diego
date Sun, 15 Apr 2007 11:56:52 +0000
parents f758291ff4fb
children c0dd8f3f3c45
comparison
equal deleted inserted replaced
22978:06dd10ccb659 22979:28bb83a01246
5186 echores "$_sgiaudio" 5186 echores "$_sgiaudio"
5187 fi #if irix 5187 fi #if irix
5188 5188
5189 5189
5190 echocheck "VCD support" 5190 echocheck "VCD support"
5191 if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then 5191 if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
5192 _inputmodules="vcd $_inputmodules" 5192 _inputmodules="vcd $_inputmodules"
5193 _def_vcd='#define HAVE_VCD 1' 5193 _def_vcd='#define HAVE_VCD 1'
5194 _vcd="yes" 5194 _vcd="yes"
5195 else 5195 else
5196 _def_vcd='#undef HAVE_VCD' 5196 _def_vcd='#undef HAVE_VCD'