]> xenbits.xensource.com Git - libvirt.git/commit
cygwin/mingw: Fix version script handling
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 27 Apr 2010 07:43:55 +0000 (09:43 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 28 Apr 2010 21:49:00 +0000 (23:49 +0200)
commit98fb83ce25f46e0236706fa6e0943032d921935f
tree8208385a7840354f8daed5597110a64ff41a3302
parent5fe816eccdab427ff112da9a61839f731b57325f
cygwin/mingw: Fix version script handling

Let configure detect ld instead of hardcoding /usr/bin/ld, because
MinGW may have ld in /bin.

Only use a .def file to export symbols on MinGW. Cygwin's ld supports
the normal .syms file used on Linux.
configure.ac