forked from minhngoc25a/freetype2
* builds/unix/configure.raw: Require `windows.h' for windres.
This commit is contained in:
parent
181033d396
commit
3b6e65f7bf
|
@ -1,3 +1,7 @@
|
|||
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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue