From: Simon Wilkinson Date: Sun, 3 Apr 2011 09:23:56 +0000 (+0100) Subject: roken: Add env functions to configure checks X-Git-Tag: upstream/1.8.0_pre1^2~3931 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cb87e0834cd6244ff886bd9f4ffb26e8a1a0f097;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index b7b03335e..8fd379b11 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