* configure.in: Add check for getev() to avoid problems when
authorTom Yu <tlyu@mit.edu>
Tue, 24 Jul 2001 04:05:35 +0000 (04:05 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 24 Jul 2001 04:05:35 +0000 (04:05 +0000)
building setenv.c from appl/bsd.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13632 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ChangeLog
src/appl/gssftp/configure.in

index 1ab76af320dd66ba9e71d5cc821d16ac8386c508..b40111dae74bccc5bdf7393d014f4e91191ea852 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-24  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Add check for getev() to avoid problems when
+       building setenv.c from appl/bsd.
+
 2001-06-21  Ezra Peisach  <epeisach@mit.edu>
 
        * configure.in (SETENVOBJ): Define NEED_SETENV if compiling our own.
index 2bfd14eadab55a3ab7157c6ebe2823306e21eb89..4580cf2a96dc82bd32f1e9f1d86b980be163cb92 100644 (file)
@@ -19,7 +19,7 @@ AC_CHECK_HEADERS(unistd.h stdlib.h string.h sys/select.h sys/sockio.h paths.h)
 CHECK_UTMP
 DECLARE_SYS_ERRLIST
 AC_REPLACE_FUNCS(getdtablesize)
-AC_CHECK_FUNCS(getcwd getdtablesize getusershell seteuid setreuid setresuid strerror)
+AC_CHECK_FUNCS(getcwd getdtablesize getusershell seteuid setreuid setresuid strerror getenv)
 AC_CHECK_LIB(crypt,crypt) dnl 
 AC_CHECK_LIB(util,logwtmp) dnl
 dnl