aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2011-08-07 12:45:13 +0200
committerBertrand Jacquin <beber@meleeweb.net>2011-08-07 12:45:13 +0200
commit790ea628ad24ea8a5fd69601ca24de257b744959 (patch)
tree375d36c1bd50a4422913248d26ba543f500a5488
parentMoved doxygen-specific files to a separate directory (diff)
downloadopenvpn-790ea628ad24ea8a5fd69601ca24de257b744959.tar.xz
WIN32: Check for windres tool
-rw-r--r--configure.ac1
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.