diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-29 11:13:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:02 -0500 |
commit | fbe7d8cbc5df572024098bfae2ad2666cd4bcc47 (patch) | |
tree | 6a756f7446ec1c448b822b2258f9c0ddef09e1f7 /source4/lib/replace/libreplace.m4 | |
parent | f1c138390b38a15e4190b0d5024a1300941e5617 (diff) | |
download | samba-fbe7d8cbc5df572024098bfae2ad2666cd4bcc47.tar.gz samba-fbe7d8cbc5df572024098bfae2ad2666cd4bcc47.tar.bz2 samba-fbe7d8cbc5df572024098bfae2ad2666cd4bcc47.zip |
r23188: revert 23123 and 23118.
as a long term solution this was the correct approach,
but it's a bit more complex and we need to provide the
whole socket api and libnsl.so checking in libreplace...
as a short term solution to fix the build on host 'hape'
we'll use the same trick as with inet_aton.c from
heimdal's lib/roken/
metze
(This used to be commit 0e88e2e46199d8ea64dd42c4c8b86d64ce5c2d04)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 2b91002fdb..fa00f2c1c4 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -333,7 +333,6 @@ m4_include(strptime.m4) m4_include(win32.m4) m4_include(timegm.m4) m4_include(repdir.m4) -m4_include(inet.m4) AC_CHECK_FUNCS([syslog memset memcpy],,[AC_MSG_ERROR([Required function not found])]) |