summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index af53b91902..2f0a182fea 100755
--- a/configure
+++ b/configure
@@ -2452,7 +2452,7 @@ if test "$_vcd" = auto; then
if linux || freebsd || netbsd || openbsd || dragonfly || darwin ; then
_vcd=yes
elif mingw32; then
- header_check ddk/ntddcdrm.h && _vcd=yes
+ header_check ntddcdrm.h && _vcd=yes
fi
fi
if test "$_vcd" = yes; then