configure.ac: Explicitely link with -ldl if dladdr() is found there. Before it was...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 5 Jun 2008 10:13:45 +0000 (10:13 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 5 Jun 2008 10:13:45 +0000 (10:13 +0000)
commit9e6cce35a06ea3eab85f0d35da0d82eabb238ce7
tree9ccc2047f62c0a508cbe3ff4077af783c90bacb2
parent89364b1542c8e88f576f09117d6f164f7011cc0b
configure.ac: Explicitely link with -ldl if dladdr() is found there. Before it was implicitely linked by the gmodule ...

Original commit message from CVS:
* configure.ac:
Explicitely link with -ldl if dladdr() is found there. Before it was
implicitely linked by the gmodule pkgconfig file but in glib 2.17.0
-ldl has moved from Libs to Libs.private. Fixes bug #536744.
ChangeLog
configure.ac