changeset 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 5ee9424d58f3
children 72fbf66a9429
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"