changeset 22979:28bb83a01246

Disabled VCD support under Cygwin, it fails to link.
author diego
date Sun, 15 Apr 2007 11:56:52 +0000
parents 06dd10ccb659
children c0dd8f3f3c45
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Apr 15 11:35:44 2007 +0000
+++ b/configure	Sun Apr 15 11:56:52 2007 +0000
@@ -5188,7 +5188,7 @@
 
 
 echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
   _inputmodules="vcd $_inputmodules"
   _def_vcd='#define HAVE_VCD 1'
   _vcd="yes"