summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-161-0/+1
| | | | | metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-181-1/+1
| | | | | | | ...instead of using SOCKET_LIBS and NSL_LIBS. metze (cherry picked from commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-141-0/+3
| | | | | | | | | | | | 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)
* libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam2008-02-271-1/+1
| | | | Michael
* libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| | | | | | | getifaddr tests include system/network.h, which does not find getaddrinfo.h without "-I.". Michael
* r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-10-101-0/+2
| | | | metze
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-101-0/+22
metze