]> git.lyx.org Git - lyx.git/commit
Properly check for windres
authorGeorg Baum <baum@lyx.org>
Sun, 8 May 2016 08:16:12 +0000 (10:16 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commit26526b13c59bd64f2c06effb48b35c7c72b9bf09
tree8e71c3226085b7893c264212400dc7fabeeeaa17
parent797f12c29adea02b010c28310667124257c17820
Properly check for windres

Use the standard way to check for the resource compiler, as e.g.
libtool does it: AC_CHECK_TOOL does already provide some cross compiling
magic, and we do also get an error now at configure time if windres is not
found.
configure.ac
src/Makefile.am