Commit fcd7815d authored by Gavin Sharp's avatar Gavin Sharp
Browse files

Backed out changeset 5b8582013988

parent a76a9a1f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -8444,10 +8444,7 @@ if test "$MOZ_TREE_CAIRO"; then
        fi

        AC_CHECK_HEADER(d3d9.h, MOZ_ENABLE_D3D9_LAYER=1)
        dnl D3D10 Layers depend on D2D Surfaces.
        if test -n "$WIN32_D2D_SURFACE_FEATURE"; then
        AC_CHECK_HEADER(d3d10.h, MOZ_ENABLE_D3D10_LAYER=1)
        fi

        AC_TRY_COMPILE([#include <ddraw.h>], [int foo = DDLOCK_WAITNOTBUSY;], HAS_DDRAW=1, HAS_DDRAW=)
        if test -z "$HAS_DDRAW"; then