Properly find the debug variant and adjust the library search order.
commit69b18de15c7074f641a18d8e341aa2759896b6cb
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 5 Sep 2008 06:52:57 +0000 (5 08:52 +0200)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Wed, 10 Sep 2008 18:52:03 +0000 (10 20:52 +0200)
treee01af9ec005ae2f01262ff636b3cd5bc9781bd0a
parent1acd9ae1b6db7f9506b7e63a6ddeb33853799c85
Properly find the debug variant and adjust the library search order.

In order to get the proper debug variant of a library, the `d' must be
properly inserted in the runtime options.

The for-loop that covers the search space of possible library names was
searching twice the same space, so simplify it.

Bug reported by Alexandre Rostovtsev.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
THANKS
build-aux/boost.m4