diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2372,7 +2372,7 @@ if test "$_vcd" = auto; then if linux || freebsd || netbsd || openbsd || dragonfly || darwin ; then _vcd=yes elif mingw32; then - header_check ntddcdrm.h && _vcd=yes + header_check_broken windows.h ntddcdrm.h && _vcd=yes fi fi if test "$_vcd" = yes; then |