diff configure @ 22505:0ceb7442ae2b

add vcd support to mingw, patch by zuxy meng split up into the following commits r22523, r22524, r22526
author compn
date Mon, 12 Mar 2007 15:46:38 +0000
parents 4c93dd37fda9
children f39115ea61bb
line wrap: on
line diff
--- a/configure	Mon Mar 12 15:26:30 2007 +0000
+++ b/configure	Mon Mar 12 15:46:38 2007 +0000
@@ -5152,7 +5152,7 @@
 
 
 echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
   _inputmodules="vcd $_inputmodules"
   _def_vcd='#define HAVE_VCD 1'
   _vcd="yes"