* builds/unix/configure.raw: Require `windows.h' for windres.

color
Alexei Podtelezhnikov 6 years ago
parent 181033d396
commit 3b6e65f7bf
  1. 4
      ChangeLog
  2. 2
      builds/unix/configure.raw

@ -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…
Cancel
Save