From cb87e0834cd6244ff886bd9f4ffb26e8a1a0f097 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 3 Apr 2011 10:23:56 +0100 Subject: [PATCH] roken: Add env functions to configure checks Add the putenv, setenv and unsetenv functions to the list of functions that configure checks for. This avoids the roken header redefining them to rk_*, which we're then not providing an implementation of. Change-Id: I63bd88326e933f0afed399233c38489cd2aea46b Reviewed-on: http://gerrit.openafs.org/4406 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index b7b03335eb..8fd379b114 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1371,11 +1371,14 @@ AC_CHECK_FUNCS([ \ inet_aton \ inet_ntop \ inet_pton \ + putenv \ readv \ + setenv \ strdup \ strftime \ strndup \ strsep \ + unsetenv \ ]) dnl Functions that are in objects that we always build from libroken