]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Avoid searching for windres when not building for Windows
authorDiego Elio Pettenò <flameeyes@gmail.com>
Thu, 8 Apr 2010 09:52:46 +0000 (11:52 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 8 Apr 2010 09:52:46 +0000 (11:52 +0200)
commit9cea2af3fc7a8a55163418cec09412a2ae4e0856
treea39f741b89846c48b1730d8e7a2e760c31bb81e6
parentedb9d54bd1e104554d264debeb861d4b3048bd14
Avoid searching for windres when not building for Windows

Just checking for a windres tool might hit even on Linux systems when
building for Linux (e.g.: when using Gentoo and having built binutils
with multitarget support), and will then fail to link properly at the
end of the build.

* configure.ac: Avoid searching for windres on non windows target
configure.ac