setenv.o if any of setenv, unsetenv, or getenv are
missing. [pullup from krb5-1-2-2-branch]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13141
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-04-03 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Add checks for unsetenv and getenv. Compile
+ setenv.o if any of setenv, unsetenv, or getenv are
+ missing. [pullup from krb5-1-2-2-branch]
+
2000-03-24 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for alpha*-dec-osf* instead of
AC_PROG_INSTALL
KRB5_BUILD_PROGRAM
AC_HEADER_STDARG
-AC_CHECK_FUNCS(getusershell lstat setenv inet_ntop getipnodebyaddr)
-if test $ac_cv_func_setenv = no ; then
+AC_CHECK_FUNCS(getusershell lstat setenv unsetenv getenv inet_ntop getipnodebyaddr)
+if test $ac_cv_func_setenv = no || test $ac_cv_func_unsetenv = no \
+ || test $ac_cv_func_getenv = no; then
SETENVOBJ=setenv.o
else
SETENVOBJ=