libreplace: fix samba4 build (by not setting global LIBS).
authorMichael Adam <obnox@samba.org>
Fri, 14 Mar 2008 08:39:58 +0000 (09:39 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 14 Mar 2008 10:33:02 +0000 (11:33 +0100)
commit2546da817f666914c1c220ec1fedc19aa41b25ad
tree3d844fb197f8ef9ec49a82bddfd7fe01e5fb82a1
parentddd564e8bf2b115aa5dbcbebd4be30b749ad8752
libreplace: fix samba4 build (by not setting global LIBS).

This corrects the earlier fix of the standalone build, by setting
LIBS to the desired value only in configure.ac but not in getifaddrs.m4.

Not that this changes the standalone build in that it adds these libs
undconditionally and not only if they are needed by the getifaddrs
replacement functions.

Michael
(cherry picked from commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
source/lib/replace/configure.ac
source/lib/replace/getifaddrs.m4