r9063: - don't pollute the global $LIBS variable with -ldl
authorStefan Metzmacher <metze@samba.org>
Thu, 4 Aug 2005 16:49:17 +0000 (16:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:13 +0000 (13:31 -0500)
commitadebd56be6f62323d56b6666ca0e02f85a33438e
tree70c18ca942ca278c7ac8d468c979403b557afad9
parent3b3e2029c36f4f139c3ed978e0820f3852eb1a92
r9063: - don't pollute the global $LIBS variable with -ldl
- -lresolve seems to not being needed any more
  (it's actually not used, and the build farm seem to happy with it)

- move socket and netif configure test to seperate files
- don't pollute the global $LIBS variable with -lsocket ...
- actually make use of the -lsocket when needed
  (should fix the solaris build)

metze
source/build/m4/rewrite.m4
source/configure.in
source/lib/netif/config.m4 [new file with mode: 0644]
source/lib/replace/config.m4 [new file with mode: 0644]
source/lib/socket/config.m4
source/lib/socket/config.mk