summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftpd/configure.in')
-rw-r--r--src/appl/gssftp/ftpd/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/configure.in b/src/appl/gssftp/ftpd/configure.in
index 9b4fd1f6ba..67e001f701 100644
--- a/src/appl/gssftp/ftpd/configure.in
+++ b/src/appl/gssftp/ftpd/configure.in
@@ -7,10 +7,12 @@ KRB5_SIGTYPE
CHECK_UTMP
CHECK_SIGPROCMASK
CHECK_WAIT_TYPE
+DECLARE_SYS_ERRLIST
AC_FUNC_VFORK
AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
AC_REPLACE_FUNCS(getdtablesize)
AC_HAVE_FUNCS(getcwd getusershell seteuid setreuid setresuid)
+AC_CHECK_LIB(crypt,crypt) dnl
dnl
dnl copied from appl/bsd/configure.in
AC_MSG_CHECKING([setenv])