Signed-off-by: Bertrand Jacquin <be...@meleeweb.net> --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac index a3789d9..2edb05e 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,7 @@ if test "${WIN32}" = "yes"; then AC_ARG_VAR([MAN2HTML], [man2html utility]) AC_CHECK_PROGS([MAN2HTML], [man2html]) test -z "${MAN2HTML}" && AC_MSG_ERROR([man2html is required for win32]) + AC_CHECK_TOOL(WINDRES, windres) fi dnl Checks for header files. -- 1.7.6