diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-05-11 13:06:40 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-05-24 13:55:31 +0200 |
commit | 0c1658b1c2ed566cafe7fff7102850470c5d58a1 (patch) | |
tree | c4b9934dba9952d4cccbb208886600a2cf7cbe82 /configure.ac | |
parent | 60e850c6e48c5223d00591e1d85ad1a31dcd44c5 (diff) |
mingw: link with RC file to provide needed version information
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 28c9d23..2888be3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,7 @@ AC_PROG_CC AC_PROG_CXX AM_PROG_CC_C_O AC_PROG_INSTALL +AC_CHECK_TOOL(WINDRES, [windres]) dnl --------------------------------------------------------------------------- dnl - Extra verbose warning switches |