summaryrefslogtreecommitdiff
path: root/third_party/heimdal/cf/roken-frag.m4
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/cf/roken-frag.m4')
-rw-r--r--third_party/heimdal/cf/roken-frag.m416
1 files changed, 9 insertions, 7 deletions
diff --git a/third_party/heimdal/cf/roken-frag.m4 b/third_party/heimdal/cf/roken-frag.m4
index 2c2ef834e7a..90e514c20e1 100644
--- a/third_party/heimdal/cf/roken-frag.m4
+++ b/third_party/heimdal/cf/roken-frag.m4
@@ -398,6 +398,8 @@ AC_BROKEN([ \
writev \
])
+rk_LIBOBJ(closefrom)
+
AM_CONDITIONAL(have_fnmatch_h,
test "$ac_cv_header_fnmatch_h" = yes -a "$ac_cv_func_fnmatch" = yes)
@@ -492,13 +494,13 @@ dnl
AC_HAVE_STRUCT_FIELD(struct sockaddr, sa_len, [#include <sys/types.h>
#include <sys/socket.h>])
-if test "$ac_cv_func_getaddrinfo" = "yes"; then
- rk_BROKEN_GETADDRINFO
- if test "$ac_cv_func_getaddrinfo_numserv" = no; then
- AC_LIBOBJ(getaddrinfo)
- AC_LIBOBJ(freeaddrinfo)
- fi
-fi
+#if test "$ac_cv_func_getaddrinfo" = "yes"; then
+# rk_BROKEN_GETADDRINFO
+# if test "$ac_cv_func_getaddrinfo_numserv" = no; then
+# AC_LIBOBJ(getaddrinfo)
+# AC_LIBOBJ(freeaddrinfo)
+# fi
+#fi
AC_NEED_PROTO([#include <stdlib.h>], setenv)
AC_NEED_PROTO([#include <stdlib.h>], unsetenv)