summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-11-08 23:36:37 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-11-08 23:36:37 -0500
commit3b6e65f7bf674601b9419d02ce0aa633e2e882fb (patch)
tree167ab693e07c6c6eea75b03933151dce7b72a172
parent181033d396acac847e1dbcb766a1df8e5dc9d711 (diff)
downloadfreetype2-3b6e65f7bf674601b9419d02ce0aa633e2e882fb.tar.gz
* builds/unix/configure.raw: Require `windows.h' for windres.
-rw-r--r--ChangeLog4
-rw-r--r--builds/unix/configure.raw2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f9c9a667..5d23322c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-11-08 Alexei Podtelezhnikov <apodtele@gmail.com>
+ * builds/unix/configure.raw: Require `windows.h' for windres.
+
+2018-11-08 Alexei Podtelezhnikov <apodtele@gmail.com>
+
[ftstroke] Fix unpredictable failures (#54986).
* src/base/ftstroke.c (ft_sroke_border_lineto): Fix lineto check.
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 769c44e84..0c29fab81 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -37,7 +37,7 @@ AC_SUBST(EXEEXT)
PKG_PROG_PKG_CONFIG([0.24])
LT_INIT(win32-dll)
-LT_PROG_RC
+AC_CHECK_HEADER([windows.h],[LT_PROG_RC])
# checks for native programs to generate building tool