summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-17 23:02:46 +0000
committerMoonchild <moonchild@palemoon.org>2021-11-18 01:17:14 +0000
commit5a5ed442f58479f8838ff208143c92e489e20e3b (patch)
tree0d81b2a9eb497c8995b996a921d0748f7d8feaad /old-configure.in
parent5af1a7b7973ad152c4414e7bb20f76000c1bafc3 (diff)
downloadaura-central-5a5ed442f58479f8838ff208143c92e489e20e3b.tar.gz
Issue %3037 - Part 2: Remove D3d9 layer compositor references and fallback.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/old-configure.in b/old-configure.in
index 2a608c1e6..3e0a377a4 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -4385,8 +4385,6 @@ if test "$MOZ_TREE_CAIRO"; then
if test "$COMPILE_ENVIRONMENT"; then
- MOZ_CHECK_HEADER(d3d9.h, MOZ_ENABLE_D3D9_LAYER=1)
-
dnl D3D10 Layers depend on D2D Surfaces.
if test -n "$WIN32_D2D_SURFACE_FEATURE"; then
MOZ_CHECK_HEADER(d3d10.h, MOZ_ENABLE_D3D10_LAYER=1)
@@ -4400,7 +4398,6 @@ if test "$MOZ_TREE_CAIRO"; then
AC_SUBST(MOZ_ENABLE_CAIRO_FT)
AC_SUBST(MOZ_ENABLE_DWRITE_FONT)
AC_SUBST(MOZ_ENABLE_D2D_SURFACE)
- AC_SUBST(MOZ_ENABLE_D3D9_LAYER)
AC_SUBST(MOZ_ENABLE_D3D10_LAYER)
AC_SUBST(PS_SURFACE_FEATURE)