Force the ld "no-undefined" flag on Cygwin
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 29 Nov 2012 20:14:11 +0000 (15:14 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 7 Dec 2012 20:17:55 +0000 (15:17 -0500)
commit387bdf2d8afb233b1a35d4b90686c49e2b269d29
treea81797ba1deb38b540e5449f0b897ecf0c71e802
parent993016f83d9e868d655c0a76a753a4e955aa0ae9
Force the ld "no-undefined" flag on Cygwin

In order to build shared libraries on Cygwin/MinGW/Windows, all
symbols must be defined at link time. Activating the "-no-undefined"
flag will fail the build if it's not the case.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
configure.ac
This page took 0.024479 seconds and 4 git commands to generate.