commit | 3a722c53545a5e8fb504a81acaa38f230433fadf | [log] [tgz] |
---|---|---|
author | Luca Bacci <luca.bacci982@gmail.com> | Wed Jul 06 19:22:38 2022 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Jul 06 12:00:36 2022 -0600 |
tree | 62cd555c924b6eeef10a7954dfa447b84ddd34e0 | |
parent | c091d029c2038de28f77d104f472b2d3bd417f0c [diff] [blame] |
Fixes for DWrite header checks
diff --git a/configure.ac b/configure.ac index d763dc9..8873907 100644 --- a/configure.ac +++ b/configure.ac
@@ -366,7 +366,7 @@ have_directwrite=false AC_LANG_PUSH([C++]) if test "x$with_directwrite" = "xyes" -o "x$with_directwrite" = "xauto"; then - AC_CHECK_HEADERS(dwrite.h, have_directwrite=true) + AC_CHECK_HEADERS(dwrite_1.h, have_directwrite=true) fi AC_LANG_POP([C++]) if test "x$with_directwrite" = "xyes" -a "x$have_directwrite" != "xtrue"; then