From e94fc5ee6675ec6873a6d91710b9c450d0423b3f Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10walls@gmail.com> Date: Sat, 13 Jul 2013 09:58:10 +0800 Subject: configure: fix vcd detection on Windows --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 49c9625294..d9d48f6b1e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3