# HG changeset patch # User diego # Date 1364063398 0 # Node ID 7d9406af9f09522ec03bff8ef35f4eb002e1629f # Parent b1d68e8f28c0f8c93a0def03f11b5bdac844d435 configure: Fix mingw vs. mingw32 typo in libdvdcss check. diff -r b1d68e8f28c0 -r 7d9406af9f09 configure --- a/configure Sat Mar 23 14:48:22 2013 +0000 +++ b/configure Sat Mar 23 18:29:58 2013 +0000 @@ -6012,7 +6012,7 @@ extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon" elif cygwin ; then cflags_libdvdcss="-D_WIN32_IE=0x0500 -mwin32" - elif mingw ; then + elif mingw32 ; then cflags_libdvdcss="-D_WIN32_IE=0x0500" fi cflags_libdvdcss_dvdread="-Ilibdvdcss"