diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-16 12:13:11 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-16 22:56:14 +0200 |
commit | 335813c735153dd3f1bbeb102a876d51c22943c8 (patch) | |
tree | 0c5edf9fa278f7619ccaac1cb4d9be400000e0ab /source4/lib | |
parent | 54e4fa66d4666d358e829461583443c79f06f3b3 (diff) | |
download | samba-335813c735153dd3f1bbeb102a876d51c22943c8.tar.gz samba-335813c735153dd3f1bbeb102a876d51c22943c8.tar.xz samba-335813c735153dd3f1bbeb102a876d51c22943c8.zip |
lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL
metze
(This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/socket/config.m4 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/lib/socket/config.m4 b/source4/lib/socket/config.m4 index b40002b3211..e5ae9ecc77b 100644 --- a/source4/lib/socket/config.m4 +++ b/source4/lib/socket/config.m4 @@ -31,16 +31,6 @@ if test x"$samba_cv_unixsocket" = x"yes"; then AC_DEFINE(HAVE_UNIXSOCKET,1,[If we need to build with unixscoket support]) fi -AC_CACHE_CHECK([for AF_LOCAL socket support], samba_cv_HAVE_WORKING_AF_LOCAL, [ -AC_TRY_RUN([#include "${srcdir-.}/build/tests/unixsock.c"], - samba_cv_HAVE_WORKING_AF_LOCAL=yes, - samba_cv_HAVE_WORKING_AF_LOCAL=no, - samba_cv_HAVE_WORKING_AF_LOCAL=cross)]) -if test x"$samba_cv_HAVE_WORKING_AF_LOCAL" != xno -then - AC_DEFINE(HAVE_WORKING_AF_LOCAL, 1, [Define if you have working AF_LOCAL sockets]) -fi - dnl test for ipv6 using the gethostbyname2() function. That should be sufficient dnl for now AC_CHECK_FUNCS(gethostbyname2, have_ipv6=true, have_ipv6=false) |