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 08:39:58 +0000 (09:39 +0100)
commitff3af1703ddc9e5383f32156bc5be8351f795e76
treedf5a1f645e74391b8bad76bb1e9c11ea876687e3
parent297c3bece094ddb5f268b02e61e33f512ccfe6f5
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
source/lib/replace/configure.ac
source/lib/replace/getifaddrs.m4