diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-25 08:14:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:53 -0500 |
commit | fb213858adb65297b3689cb71660ac84e16343c3 (patch) | |
tree | 0c4083690eb451f3c1ef95d383e2365acfcb30c0 /source4/heimdal_build | |
parent | 002c1e76465da36f5f564fd6ada1da64e7063e8d (diff) | |
download | samba-fb213858adb65297b3689cb71660ac84e16343c3.tar.gz samba-fb213858adb65297b3689cb71660ac84e16343c3.tar.bz2 samba-fb213858adb65297b3689cb71660ac84e16343c3.zip |
r23135: inet_ntop and inet_pton are now provided by libreplace
metze
(This used to be commit 7e3e2defa593a15c1952f115426f8bdd65df3a15)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.m4 | 14 | ||||
-rw-r--r-- | source4/heimdal_build/config.mk | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 462521d6b6..6be88ee91d 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -70,9 +70,7 @@ AC_CHECK_FUNCS([ \ atexit \ cgetent \ getprogname \ - inet_ntop \ inet_aton \ - inet_pton \ gethostname \ getnameinfo \ iruserok \ @@ -241,18 +239,6 @@ if test t$ac_cv_func_inet_aton != tyes; then SMB_ENABLE(HEIMDAL_ROKEN_INET_ATON, YES) fi -if test x"$ac_cv_func_inet_pton" = x"no"; then - AC_CHECK_LIB_EXT(nsl_s, NSL_LIBS, inet_pton) - AC_CHECK_LIB_EXT(nsl, NSL_LIBS, inet_pton) - SMB_ENABLE(NSL,YES) - if test x"$ac_cv_lib_ext_nsl_s_inet_pton" != x"yes" && - test x"$ac_cv_lib_ext_nsl_inet_pton" != x"yes"; then - AC_MSG_ERROR([no inet_pton() function available!]) - fi -fi - -SMB_EXT_LIB(NSL,[${NSL_LIBS}],[],[],[]) - # only add closefrom if needed SMB_ENABLE(HEIMDAL_ROKEN_CLOSEFROM, NO) if test t$ac_cv_func_closefrom != tyes; then diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 39722d8cf2..34ee6ecd3e 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -439,7 +439,6 @@ PUBLIC_DEPENDENCIES = \ HEIMDAL_ROKEN_GETPROGNAME \ HEIMDAL_ROKEN_CLOSEFROM \ GAI \ - NSL \ RESOLV \ EXT_SOCKET # End SUBSYSTEM HEIMDAL_ROKEN |