diff --git a/configure b/configure index 16b8d6091c..b74a3f1686 100755 --- a/configure +++ b/configure @@ -5188,7 +5188,7 @@ fi #if irix 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"